ScriptEigener Objekttyp in der Automation Engine Function: Returns the object type of the own object.
Syntax
SYS_ACT_ME_TYPE()
Return code |
---|
Short form of the object's object type in which the script function is called. |
Comments
This script function supplies the object type (short name) of the own object.
Example
In this example, SYS_ACT_ME_TYPE is used in the script of a job. When the job runs "The object type is: JOBS" is printed in the activation report.
:SET &RET# = SYS_ACT_ME_TYPE()
:PRINT "The object type is: &RET#"
See also:
Script element | Description |
---|---|
Returns the name of the own object |
|
Returns the run number (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 the own object |
Script Elements - Activation Data
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function