Click or drag to resize

ModuleEmulatorScheduleAt Method

Schedule an event.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Event ScheduleAt(
	RealTime at,
	Action action
)

Parameters

at
Type: Demo3D.EventQueueRealTime
Time of the event.
action
Type: SystemAction
Event action.

Return Value

Type: Event
The future event, which can be canceled.
See Also