Class InterruptMonitor
InterruptMonitor class
Represents all operator about the interrupt.
public class InterruptMonitor : AbstractInterruptMonitor
Constructors
Name | Description |
---|---|
InterruptMonitor() | The default constructor. |
Properties
Name | Description |
---|---|
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
Name | Description |
---|---|
Interrupt() | Interrupt the current operator. |
See Also
- class AbstractInterruptMonitor
- namespace Aspose.Cells
- assembly Aspose.Cells