com.aspose.cells.InterruptMonitor.html Maven / Gradle / Ivy
InterruptMonitor
com.aspose.cells
Class InterruptMonitor
java.lang.Object
AbstractInterruptMonitor
com.aspose.cells.InterruptMonitor
public class InterruptMonitor
- extends AbstractInterruptMonitor
Constructor Summary |
---|
InterruptMonitor()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | isInterruptionRequested() | |
Mark the monitor as requesting interruption | ||
boolean | getTerminateWithoutException() | → inherited from AbstractInterruptMonitor
|
When procedure is interrupted, whether terminate the procedure quietly or throw an Exception.
Default is false, that is, when |
Method Summary | ||
---|---|---|
void | interrupt() | |
Interrupt the current operator. |
Constructor Detail |
---|
InterruptMonitor
public InterruptMonitor()
Property Getters/Setters Detail |
---|
isInterruptionRequested | |
public boolean isInterruptionRequested() |
Mark the monitor as requesting interruption
getTerminateWithoutException | → inherited from AbstractInterruptMonitor
|
public boolean getTerminateWithoutException() |
When procedure is interrupted, whether terminate the procedure quietly or throw an Exception. Default is false, that is, when IsInterruptionRequested is true, aCellsException with codeExceptionType.INTERRUPTED will be thrown.
Method Detail |
---|
interrupt | |
public void interrupt() |
Interrupt the current operator.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.