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