HyperWorks Tools

::hw::pmgr::PmgrGetTaskType

::hw::pmgr::PmgrGetTaskType

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrGetTaskType

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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.
Throws error (if any)

Example

set nTask [::hw::pmgr::PmgrGetTaskType "Mesh"];