OperationResult Enumeration

Microsoft Robotics Class Reference

Used by entities to report the result of long operations

Namespace: Microsoft.Robotics.Simulation.Engine
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public enum OperationResult

Members

Member name Value Description
Started 0 The operation has started
Canceled 1 The operation was canceled before it finished
Completed 2 The operation completed successfully
Error 3 The operation completed early due to an error

See Also

Microsoft.Robotics.Simulation.Engine Namespace