Automation Engine Script Guide > Ordered by Function > Activation Data > SYS_ACT_ME_TYPE

SYS_ACT_ME_TYPE

Script 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 and return code "JOBS" is printed in the activation report.

:SET &RET# = SYS_ACT_ME_TYPE()
:
PRINT "The object type is: &RET#"

 

See also:

Script element Description

SYS_ACT_ME_NAME

Returns the name of the own object

SYS_ACT_ME_NR

Returns the run number (RunID) of the own object

Script Elements - Activation Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function