CancellableFutureResult

class compas_fab.backends.CancellableFutureResult[source]

Bases: FutureResult

Represents a future result of a long-running asynchronous operation that can be cancelled.

Methods

cancel

Attempt to cancel the operation.

Inherited Methods

result

Return the feedback value returned by the instruction.