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
Syntaxpublic Action AddEndLogic(
Action<EndLogicArgs> onEndLogic
)
Parameters
- onEndLogic
- Type: SystemActionEndLogicArgs
Action to be called at the end of the logic run.
Return Value
Type:
ActionAn action that must be called to initiate the process.
See Also