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 scriptEgalement un type d'objet distinct dans l'Automation Engine. 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

SYS_ACT_ME_NAME

Returns the name of the own object

SYS_ACT_ME_NR

Returns the run number (RunIDAbréviation du numéro d'identification unique. Il s'agit plus précisément d'un nombre qui identifie clairement l'exécution d'une Tâche. Le RunID peut comporter entre 7 et 10 caractères . Ils sont attribués par le composant Automation Engine.) of the own object

Script Elements - Activation Data

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by function