public abstract class AbstractInterruptMonitor
extends java.lang.Object
| Constructor and Description |
|---|
AbstractInterruptMonitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getTerminateWithoutException()
When procedure is interrupted, whether terminate the procedure quietly or throw an Exception.
|
abstract boolean |
isInterruptionRequested()
Indicates whether interruption is requested for current operation.
|
public abstract boolean isInterruptionRequested()
public boolean getTerminateWithoutException()
isInterruptionRequested() is true,
a CellsException with code ExceptionType.INTERRUPTED will be thrown.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.