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"]; |