CancellableFutureResult
- class compas_fab.backends.CancellableFutureResult[source]
Bases:
FutureResult
Represents a future result of a long-running asynchronous operation that can be cancelled.
Methods
Attempt to cancel the operation.
Inherited Methods
Return the feedback value returned by the instruction.