Script Function: Returns the run number (RunID) of the own object
SYS_ACT_ME_NR()
Return code |
---|
Run number of the object in which this script function is called. |
In the case that the task is restarted with the reference RunID, this script function supplies this reference RunID instead of the RunID of the execution. Always use SYS_ACT_RESTART_ME_NR to obtain the running number of the reactivated object.
In this example, the RunID of a task is used in order to obtain parent information. If the task was started by a user, this user's name is printed in the activation report. If it was started by a task, the name of this task is printed.
:SET &RUNNR# = SYS_ACT_ME_NR()
:SET &PNAME# = GET_PARENT_NAME(, &RUNNR#, "ACT")
:PRINT "Parent-Name: &PNAME#"
See also:
Script element | Description |
---|---|
Returns the name of the own object |
|
Returns the object type of the own object |
Script Elements - Activation Data
Sample Collection:
Retrieving Error Message and Number
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function