CallableProgramICancelProgramCallbackOnCancelProgram Method

MicroFocus.COBOL.RuntimeServices
A callback method, invoked when a CANCEL on its enclosing type is performed or during STOP RUN processing.

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

void OnCancelProgram(
	bool OnStopRun
)

Parameters

OnStopRun
Type: SystemBoolean
See Also

Reference