CallableProgramICancelProgramCallback Interface

MicroFocus.COBOL.RuntimeServices
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

public interface ICancelProgramCallback

The CallableProgramICancelProgramCallback type exposes the following members.

Methods

  NameDescription
Public methodOnCancelProgram
A callback method, invoked when a CANCEL on its enclosing type is performed or during STOP RUN processing.
Top
See Also

Reference