HyperWorks Tools

::hw::pmgr::PmgrIsTaskEnabled

::hw::pmgr::PmgrIsTaskEnabled

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrIsTaskEnabled

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

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"];