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