HyperWorks Tools

::hw::pmgr::PmgrGetTaskPlayOption

::hw::pmgr::PmgrGetTaskPlayOption

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrGetTaskPlayOption

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

Syntax

::hw::pmgr::PmgrGetTaskPlayOption UserTaskID

Arguments

UserTaskID

Task ID whose play option will be returned.

Returns

The play option of the task.  Can be one of the following:

break

playable

skip

Throws error (if any)

Example

set nPlayOption [::hw::pmgr::PmgrGetTaskPlayOption "Mesh"];