Class InterruptMonitor

InterruptMonitor class

Represents all operator about the interrupt.

public class InterruptMonitor : AbstractInterruptMonitor

Constructors

NameDescription
InterruptMonitor()The default constructor.

Properties

NameDescription
override IsInterruptionRequested { get; }Mark the monitor as requesting interruption
virtual TerminateWithoutException { get; }When procedure is interrupted, whether terminate the procedure quietly or throw an Exception. Default is false, that is, when IsInterruptionRequested is true, a CellsException with code Interrupted will be thrown.(Inherited from AbstractInterruptMonitor.)

Methods

NameDescription
Interrupt()Interrupt the current operator.

See Also