Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

solve_async

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

Reference contract

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.solve_async
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.solve_async