Click or drag to resize

ModuleEmulatorScheduleControl Enumeration

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
[FlagsAttribute]
public enum ScheduleControl
Members
  Member nameValueDescription
ScheduleUnsetFromNow1 If time is unset, then schedule the event from now.
ScheduleNotSynchronizedInRealTime2 If the model isn't running, then schedule the event in real time from now.
ScheduleTimePassedNow4 If the time has already passed, then run the action immediately.
Default7 Default control.
See Also