HyperWorks Tools

::hw::pmgr::PmgrSetTaskState

::hw::pmgr::PmgrSetTaskState

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrSetTaskState

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

Syntax

::hw::pmgr::PmgrSetTaskState UserTaskID StrState


Arguments

UserTaskID

Task ID whose state should be set.

 

StrState

State of the task.  Can be one of the following:

error

notDone

workInProgress

done

Returns

Throws error (if any)

Example

::hw::pmgr::PmgrSetTaskState "Mesh" done