HyperWorks Tools

::hw::pmgr::PmgrIsReplayMode

::hw::pmgr::PmgrIsReplayMode

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrIsReplayMode

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

Syntax

::hw::pmgr::PmgrIsReplayMode

Arguments

None

 

Returns

(true or false) True if it is in replay mode; false otherwise.
Throws error (if any)

Example

set bReplayMode [::hw::pmgr::PmgrIsReplayMode];

if {$bReplayMode == "true"} {

   …

};