Skip to main content

IStopRequestConfiguration

Short summary

An interface to configure stop request behavior.

AccessAbstractFinalExtendsImplements
-NoNo__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