ModuleEmulatorScheduleAt Method |
Schedule an event.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic Event ScheduleAt(
RealTime at,
Action action
)
Parameters
- at
- Type: Demo3D.EventQueueRealTime
Time of the event. - action
- Type: SystemAction
Event action.
Return Value
Type:
EventThe future event, which can be canceled.
See Also