Package com.grapecity.documents.excel
Class CancellationToken
java.lang.Object
com.grapecity.documents.excel.CancellationToken
Token that propagates notification that an operation should be cancelled.
This class is thread safe.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether cancellation has been requested for this token.
-
Constructor Details
-
CancellationToken
public CancellationToken()
-
-
Method Details
-
isCancellationRequested
public boolean isCancellationRequested()Gets whether cancellation has been requested for this token.- Returns:
- Cancellation status.
-