Syntax |
::hw::pmgr::PmgrIsTaskEnabled strUniqueTaskName |
|
Arguments |
strUniqueTaskName |
Unique name of the selected task. |
Returns |
(true or false) True if the specified task is enabled; false otherwise. |
|
Example |
set bEnabled [::hw::pmgr::PmgrIsTaskEnabled "Mesh"]; |