Click or drag to resize
SimulationActorState Enumeration
Specifies the state of a simulated object.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum SimulationActorState
Members
  Member nameValueDescription
Active0 An object in this state will keep the simulation running.
Stopped1 An object in this state will not be updated during simulation.
Passive2 An object in this state will be updated during simulation but will not keep the simulation running.
Remarks
The simulation will be stopped automatically when there are no objects in the Active state.
Version Information

Supported in: 1.0.0.0
See Also