InterruptMonitor
InterruptMonitor class
Represents all operator about the interrupt.
Constructors
| Name | Description |
|---|---|
| InterruptMonitor |
Properties
| Name | Type | Description |
|---|---|---|
| IsInterruptionRequested | boolean | Mark the monitor as requesting interruption |
Methods
| Name | Description |
|---|---|
| interrupt | Interrupt the current operator. |
InterruptMonitor()
InterruptMonitor.IsInterruptionRequested property
Mark the monitor as requesting interruption
Type: boolean
interrupt()
Interrupt the current operator.