Skip to documentation content
On this page
  1. Contract
  2. Signature

solve_async

Run a solve without blocking the caller and return a cancellable future handle.

Run a solve without blocking the caller and return a cancellable future handle.

Contract

PropertyValue
symboltelion_api.Model.solve_async
signature(study: 'str' = '', system: 'AssembledSystem | None' = None) -> 'CancellableOperation'
returnCancellableOperation

Signature

telion_api.Model.solve_async(study: 'str' = '', system: 'AssembledSystem | None' = None) -> 'CancellableOperation'
solve_async — Telion Python API 0.1.0-alpha | Telion