java.lang.ObjectAbstractInterruptMonitor
com.aspose.cells.InterruptMonitor
public class InterruptMonitor
| 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 |
|---|
public InterruptMonitor()
| Property Getters/Setters Detail |
|---|
isInterruptionRequested | |
public boolean isInterruptionRequested() | |
getTerminateWithoutException | → inherited from AbstractInterruptMonitor
|
public boolean getTerminateWithoutException() | |
| Method Detail |
|---|
interrupt | |
public void interrupt() | |