Interface IOperation
Represents a simple operation.
Namespace: Microsoft.XboxStudios.BotBrain.Operations
Assembly: BotBrain.Operations.dll
Syntax
public interface IOperation
Properties
View SourceIsRunning
Gets a value indicating whether or not the operation is running.
Declaration
bool IsRunning { get; }
Property Value
Type | Description |
---|---|
bool |