resetInternalVariables
Parameters
none
Code
Declaration
METHOD PROTECTED resetInternalVariables
Implementation
THIS^.registeredCommand := FALSE;
THIS^.registeredEnter := FALSE;
THIS^.registeredEval := FALSE;
THIS^.registeredLeave := FALSE;
THIS^.wasError := FALSE;
THIS^.wasTimeoutError := FALSE;
THIS^.wasNotSuccess := FALSE;
THIS^.wasSuccess := FALSE;
THIS^.firstCycle := FALSE;
THIS^.nextStepSpecifiedByUser := FALSE;