Script Function: Returns the RunID of an activated object
GET_UC_OBJECT_NR(Object Name)
Syntax |
Description/Format |
---|---|
Object Name |
Name of an executable object |
Return code |
---|
Run number of the activated object |
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.
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 (Parent). | |
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