Skip to main content

CycleManagerStepPausing

Short summary

A class to provide fluent access to the current step pause configuration of a cycle manager.

AccessAbstractFinalExtendsImplements
INTERNALNoNo-CNM_CycleManagerInterfaces.IPauseConfiguration

UML Diagram

Parameters

none

Properties

cycleManager

Type: ICycleManagerStepParameters

Gets or sets the cycle manager step parameters interface used for pause configuration.

Methods

disable

  • Return type: VOID

Disables pause functionality for the current cycle manager step.

enable

  • Return type: VOID

Enables pause functionality for the current cycle manager step.

Code

Declaration

FUNCTION_BLOCK INTERNAL CycleManagerStepPausing IMPLEMENTS CNM_CycleManagerInterfaces.IPauseConfiguration
VAR
parameters :ICycleManagerStepParameters;
END_VAR