proceed
Short summary
This method changes the current step in the cycle manager to the next in order (current + stepWidth) . If any evaluate or other call is still busy it will ignore them and change to the next step.
Parameters
none
Code
Declaration
METHOD proceed
Implementation
RETURN (THIS^.state = CNM_ReturnTypes.SingleExecutionState.SUCCESS);
THIS^.wasNotSuccess := FALSE;
THIS^.wasSuccess := TRUE;
THIS^.isAnyActionRegistered := FALSE;