Show / Hide Table of Contents

Class ScenarioStatusChangedEventArgs

An event for when a scenario status changes.

Inheritance
object
LogEventArgs
OvermindEventArgs
ScenarioEventArgs
ScenarioStatusChangedEventArgs
ScenarioFailedEventArgs
ScenarioFinishedEventArgs
ScenarioStartedEventArgs
Inherited Members
ScenarioEventArgs.Scenario
LogEventArgs.Source
LogEventArgs.MessageType
LogEventArgs.Message
LogEventArgs.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public class ScenarioStatusChangedEventArgs : ScenarioEventArgs
Remarks

Initializes a new instance of the ScenarioStatusChangedEventArgs class.

Constructors

View Source

ScenarioStatusChangedEventArgs(IScenario)

An event for when a scenario status changes.

Declaration
public ScenarioStatusChangedEventArgs(IScenario scenario)
Parameters
Type Name Description
IScenario scenario

The scenario.

Remarks

Initializes a new instance of the ScenarioStatusChangedEventArgs class.

Properties

View Source

Timestamp

Gets the timestamp when the event started.

Declaration
public DateTime Timestamp { get; }
Property Value
Type Description
DateTime
  • View Source
In this article
Back to top Generated by DocFX