HyperWorks Tools

::hw::pmgr::PmgrIsTaskVisible

::hw::pmgr::PmgrIsTaskVisible

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrIsTaskVisible

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

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