Click or drag to resize

ModuleEmulatorScheduleStatus Enumeration

Status of scheduled event.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public enum ScheduleStatus
Members
  Member nameValueDescription
Ok0 Event scheduled.
NotSynchronized1 Simulation is not running, or not synchronized (eg running fast-forward).
TimePassed2 The requested time has already passed.
InvalidTime3 Invalid time parameter.
GeneralError4 Unknown error.
See Also