InterruptMonitor class

InterruptMonitor class

Represents all operator about the interrupt.

Inheritance: InterruptMonitor

The InterruptMonitor type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of InterruptMonitor

Properties

PropertyDescription
is_interruption_requestedMark the monitor as requesting interruption
terminate_without_exception

Methods

MethodDescription
interrupt(self)Interrupt the current operator.

See Also