Cancellation
Overview
Cancellation is a class in Aspose.3D FOSS for Java.
Cancellation.Cancellation creates a new cancellation token instance.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
cancelled | boolean | Read | Indicates whether cancellation has been requested |
Methods
| Signature | Description |
|---|---|
Cancellation() | Creates a new cancellation token instance |
isCancelled() → boolean | Returns true if cancellation has been requested |
cancel() | Marks the token as cancelled |