Status Enumeration |
Namespace: Demo3D.Time.CoSimulation
public enum Status
| Member name | Value | Description | |
|---|---|---|---|
| Ok | 0 | Ok. | |
| NotSynchronized | 1 | Simulation is not running, or not synchronized (eg running fast-forward). | |
| BadThread | 2 | Calling thread is not the simulation thread. | |
| InvalidTime | 3 | Invalid time parameter. |