»Click here to display Table of Contents« Process Studio > Developer's Guide > Tcl > Tcl APIs provided by Process Manager:
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"} {
…
};