Package com.aspose.tasks
Class CancellationToken
- java.lang.Object
-
- com.aspose.tasks.CancellationToken
-
public class CancellationToken extends Object
Propagates notification that operations should be canceled.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCancellationRequested()
Gets whether cancellation has been requested for this token.
-