Click or drag to resize

Status Enumeration

Return results.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 17.00.05
Syntax
C#
public enum Status
Members
  Member nameValueDescription
Ok0 Ok.
NotSynchronized1 Simulation is not running, or not synchronized (eg running fast-forward).
BadThread2 Calling thread is not the simulation thread.
InvalidTime3 Invalid time parameter.
See Also