Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScenarioCompleteEventArgs

Details received when a scenario has completed.

Hierarchy

  • ScenarioCompleteEventArgs

Index

Constructors

Properties

Constructors

constructor

Properties

errorMessage

errorMessage: string

An optional error message. Will be null if the scenario completed successfully.

manager

manager: JobManager

The job manager that raised the event.

success

success: boolean

Was the scenario successful or did it fail.

time

time: Date

The time that the message was generated at, if available.