InterpreterStateChangeEvent Class

InterpreterStateChangeEvent Class

Raised by:  TAS
Base Class:  SaltInterpreterEvent
Derived Classes:  None

InterpreterStateChangeEvent provides a way to log state changes in the SALT interpreter.

InterpreterStateChangeEvent has the following properties:

Property

Type

Description

State

String

The state that was entered into, thereby triggering the event.

Remarks

States may include, for example, any of the following:

  • LoadingStartPage

  • Running

  • OnloadCompleted

  • HangingUp

InterpreterStateChangeEvent provides a way to troubleshoot issues with the SALT interpreter, beginning with the attempt to load the application Start page, through call completion.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Abstract Events | Event Filters | Filtering Logged Events