IStopRequestConfiguration
Short summary
An interface to configure stop request behavior.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __System.IQueryInterface | - |
UML Diagram
Methods
afterSuccessfulStep
- Return type:
VOID
This method sets the stop request behaviour to StepStopRequestMode.AFTER_SUCCESSFUL_STEP.…
ignore
- Return type:
VOID
This method sets the stop request behaviour to StepStopRequestMode.IGNORE.…
immediate
- Return type:
VOID
This method sets the stop request behaviour to StepStopRequestMode.IMMEDIATE.…
onBusy
- Return type:
VOID
This method sets the stop request behaviour to StepStopRequestMode.ON_BUSY.…
Code
Declaration
INTERFACE IStopRequestConfiguration EXTENDS __System.IQueryInterface