InterruptMonitor class

InterruptMonitor class

Represents all operator about the interrupt.

Inheritance: InterruptMonitorAbstractInterruptMonitor

The InterruptMonitor type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of InterruptMonitor

Properties

PropertyDescription
is_interruption_requestedMark the monitor as requesting interruption
terminate_without_exceptionWhen procedure is interrupted, whether terminate the procedure quietly or throw an Exception.
Default is false, that is, when AbstractInterruptMonitor.is_interruption_requested is true,
a CellsException with code ExceptionType.INTERRUPTED will be thrown.

Methods

MethodDescription
interruptInterrupt the current operator.

See Also