Syntax |
::hw::pmgr::PmgrGetTaskType strUniqueTaskName |
|
Arguments |
StrUniqueTaskName |
Unique name of the selected task. |
Returns |
(0 or 1) 0 if the specified task is a folder; 1 otherwise. |
|
Example |
set nTask [::hw::pmgr::PmgrGetTaskType "Mesh"]; |