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

command

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

Reference

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'