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

solve_async

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

Reference

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

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'