HelpWizard Pages ReferenceManual6 Smalltalk/en
Version vom 8. März 2021, 14:01 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual Smalltalk API (Call Action) == link=HelpWizard Pages ReferenceManual6/en|back * self '''call:''' ''actionNameO…“)
Reference Manual Smalltalk API (Call Action)[Bearbeiten]
- self call: actionNameOrID withArguments: ...)
tells expecco to execute another action, as specified by its name or UUID string.
The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).
Returns the first value of the first output pin of the called action.