InterruptMonitor class
InterruptMonitor class
Represents all operator about the interrupt.
Inheritance: InterruptMonitor
→
AbstractInterruptMonitor
The InterruptMonitor type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of InterruptMonitor |
Properties
Property | Description |
---|---|
is_interruption_requested | Mark the monitor as requesting interruption |
terminate_without_exception | When 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
Method | Description |
---|---|
interrupt | Interrupt the current operator. |
See Also
- module
aspose.cells
- class
AbstractInterruptMonitor
- class
CellsException
- class
InterruptMonitor