ScriptStatus

Overview

The ScriptStatus enumeration represents current state of the script engine. Values of this type are used internally to manage the script execution (f.e. to contol script execution when it is running in debug mode).

Location

Value Description
Paused Script execution was paused.
Pausing Script execution is being paused. A command to pause the script execution has been issued and currently the script engine is performing needed actions to pause the script execution.
Running Script is currenly being executed.
StepInto The Step Into debugger command has been issued.
StepOut The Step Out debugger command has been issued.
StepOver The Step Over debugger command has been issued.
Stopped Script execution was stopped (either because the script execution competed successfully or failed due to some reasons).
Stopping Script execution is being stopped. A command to stop the script execution has been issued and currently the script engine is performing needed actions to stop the script execution.