ScriptEigener Objekttyp in der Automation Engine Function: Returns the RunID"Kurzform für ""laufende Nummer"". Hierbei handelt es sich genauer um eine Zahl, welche die Durchführung einer Aufgabe eindeutig kennzeichnet. Die RunID kann zwischen 7 und 10 Stellen aufweisen. Sie wird von der Komponente Automation Engine vergeben." of an activated object
Syntax
GET_UC_OBJECT_NR(Object Name)
Syntax |
Description/Format |
---|---|
Object Name |
Name of an executable object |
Return code |
---|
Run number of the activated object |
Comments
The script function GET_UC_OBJECT_NR may be used to retrieve the run number (RunID) of an object that belongs to the object class of executable objects.
If the object has been activated more than once, the oldest RunID is returned.
Example
The following example checks whether or not the task is active.
:SET &RunID = GET_UC_OBJECT_NR(&task#)
:IF &RunID = ""
: STOP MSG,50,"&task#
is not active!"
:ENDIF
See also:
Script element | Description |
---|---|
Returns the run number (RunID) of the superordinate task (ParentEin Objekt kann auf verschiedenste Arten aktiviert werden. Der Verursacher der Aktivierung wird als übergeordnete Aufgabe (Parent) bezeichnet. (siehe auch Child, Children)). | |
SYS_ACT_TOP_NR | Supplies the run number (RunID) of the top workflow |
Script Elements - Activation Data
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function