Show / Hide Table of Contents

Interface IOperation

Represents a simple operation.

Namespace: Microsoft.XboxStudios.BotBrain.Operations
Assembly: BotBrain.Operations.dll
Syntax
public interface IOperation

Properties

View Source

IsRunning

Gets a value indicating whether or not the operation is running.

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