Cancellation

Cancellation

Overview

Cancellation is a class in Aspose.3D FOSS for Java.

Cancellation.Cancellation creates a new cancellation token instance.

Properties

NameTypeAccessDescription
cancelledbooleanReadIndicates whether cancellation has been requested

Methods

SignatureDescription
Cancellation()Creates a new cancellation token instance
isCancelled()booleanReturns true if cancellation has been requested
cancel()Marks the token as cancelled

See Also