ModuleEmulatorScheduleStatus Enumeration |
Namespace: Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
public enum ScheduleStatus
| Member name | Value | Description | |
|---|---|---|---|
| Ok | 0 | Event scheduled. | |
| NotSynchronized | 1 | Simulation is not running, or not synchronized (eg running fast-forward). | |
| TimePassed | 2 | The requested time has already passed. | |
| InvalidTime | 3 | Invalid time parameter. | |
| GeneralError | 4 | Unknown error. |