Automation Engine Script Guide > Ordered by Function > System Conditions and Settings > GET_UC_SERVER_NAME

GET_UC_SERVER_NAME

Script Function: Determines the name of the work process in which the script runs

Syntax

GET_UC_SERVER_NAME()

Return code

Name of the work process

Example

In this example, the name of the work process (e.g. "AE#WP001") is determined and output to the activation report.

:SET &RET# = GET_UC_SERVER_NAME()
:
PRINT &RET#

 

See also:

Script Elements - System Conditions and Settings

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by Function