Click or drag to resize

ModuleEmulatorAddEndLogic Method

Registers an action to be called at the end of every logic run but only if the action returned is invoked during the run.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public Action AddEndLogic(
	Action<EndLogicArgs> onEndLogic
)

Parameters

onEndLogic
Type: SystemActionEndLogicArgs
Action to be called at the end of the logic run.

Return Value

Type: Action
An action that must be called to initiate the process.
See Also