An interface for a type that extends CallableProgram in order get a callback 
            when either a CANCEL or STOP RUN occurs.
            
See MicroFocus.COBOL.RuntimeServices.CallableProgram for an example.
Namespace: MicroFocus.COBOL.RuntimeServices
Assembly: MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax
The CallableProgramICancelProgramCallback type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|  | OnCancelProgram | 
            A callback method, invoked when a CANCEL on its enclosing type is performed or during STOP RUN processing.
             | 
See Also