Terminates the Run Unit using the supplied return code value
Namespace: MicroFocus.COBOL.RuntimeServices
Assembly: MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax
Parameters
- returnCode
- Type: System.Int32
Implements
IRunUnit.StopRun(Int32)Exceptions
Exception | Condition |
---|---|
ArgumentException | If StopRun method has already been invoked. |
Remarks
See Also