Aspose::Cells::InterruptMonitor class
InterruptMonitor class
Represents all operator about the interrupt.
class InterruptMonitor
Methods
Method | Description |
---|---|
Interrupt() | Interrupt the current operator. |
InterruptMonitor() | Default constructor. |
InterruptMonitor(InterruptMonitor_Impl* impl) | Constructs from an implementation object. |
InterruptMonitor(const InterruptMonitor& src) | Copy constructor. |
IsInterruptionRequested() | Mark the monitor as requesting interruption. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const InterruptMonitor& src) | operator= |
~InterruptMonitor() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++