::hw::pmgr::PmgrIsTaskEnabled
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.
Throws error (if any)
Example
set bEnabled [::hw::pmgr::PmgrIsTaskEnabled "Mesh"];