methodAvailable
solve_async
Run a solve without blocking the caller and return a cancellable future handle.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.solve_async | — |
| signature | (study: 'str' = '', system: 'AssembledSystem | None' = None) -> 'CancellableOperation' | — |
| return | CancellableOperation | — |
Run a solve without blocking the caller and return a cancellable future handle.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.solve_async |
| signature | (study: 'str' = '', system: 'AssembledSystem | None' = None) -> 'CancellableOperation' |
| return | CancellableOperation |
Signature
telion_api.Model.solve_async(study: 'str' = '', system: 'AssembledSystem | None' = None) -> 'CancellableOperation'