HyperWorks Tools

::hw::pmgr::PmgrSetPlayOption

::hw::pmgr::PmgrSetPlayOption

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrSetPlayOption

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

::hw::pmgr::PmgrSetPlayOption UserTaskID StrState


Arguments

UserTaskID

Task ID whose play option should be set.

 

StrState

Play option of the task. Can be one of the following:

$::hw::pmgr::g_enumTaskPlayOption(playable)

$::hw::pmgr::g_enumTaskPlayOption(skip)

$::hw::pmgr::g_enumTaskPlayOption(breakpoint)

Returns

Throws error (if any)


Example

::hw::pmgr::PmgrSetPlayOption "Mesh" \

              $::hw::pmgr::g_enumTaskPlayOption(skip);