is_interruption_requested property
is_interruption_requested property
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.
Definition:
@property
def is_interruption_requested(self):
...
See Also
- module
aspose.cells
- class
AbstractInterruptMonitor