CoSimulatorStatus Enumeration |
Namespace: Demo3D.EventQueue.CoSimulation
public enum CoSimulatorStatus
| Member name | Value | Description | |
|---|---|---|---|
| Ready | 0 | Ready to advance. | |
| Finished | 1 | Simulation complete. | |
| Error | 2 | Error state. | |
| Pending | 3 | Currently processing a Step(ModelTime, ModelTime, ModelTime). |