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