ModuleEmulatorScheduleAt Method (RealTime, Action, Action) |
Schedule an event in real time.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic bool ScheduleAt(
RealTime at,
Action action,
out Action?? cancel
)
Parameters
- at
- Type: Demo3D.TimeRealTime
Time of the event. - action
- Type: SystemAction
Event action. - cancel
- Type: SystemAction
An action for cancelling the event.
Return Value
Type:
BooleanTrue on success.
See Also