Aspose::Cells::AbstractInterruptMonitor class
AbstractInterruptMonitor class
Monitor for interruption requests in all time-consuming operations.
class AbstractInterruptMonitor
Methods
Method | Description |
---|---|
virtual GetTerminateWithoutException() | 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 ExceptionType.Interrupted will be thrown. |
virtual IsInterruptionRequested() | Indicates whether interruption is requested for current operation. If true then current operation will be interrupted. Implementation should perform fast and efficient check here, otherwise it may become another bottleneck for the procedure. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++