hiIsInReplay
hiIsInReplay( )
=> t / nil
Description
Indicates whether your Virtuoso session is in replay mode, that is, if commands are being executed from a replay file, which is typically a log file. Your session is in replay mode if you are running a Virtuoso workbench with the -replay logfile or -test option or if you are replaying a file with the hiReplayFile SKILL function.
The hiIsInReplay function returns t while commands are being executed from the replay file. When the end of the file is reached and normal, interactive use of the CIW is possible, the function returns nil.
Arguments
Value Returned
Related Topics
Return to top