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