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

command

Alias for ``call`` for scripts that prefer command-oriented wording.

Reference contract

FieldValueDescription
symboltelion_api.runtime.command
signature(action: 'str', **values: 'Any') -> 'Any'
returnAny

Alias for call for scripts that prefer command-oriented wording.

Contract

PropertyValue
symboltelion_api.runtime.command
signature(action: 'str', **values: 'Any') -> 'Any'
returnAny

Signature

telion_api.runtime.command(action: 'str', **values: 'Any') -> 'Any'

Authoritative source

Catalog
python:telion_api.runtime.__all__
Identity
telion_api.runtime.command
Path
sdk/python/telion_api/runtime.py
Symbol
telion_api.runtime.command