ScriptEigener Objekttyp in der Automation Engine Function: Stops or starts the automatic processing of a client
Syntax
TOGGLE_SYSTEM_STATUS(Status)
Syntax |
Description/Format |
---|---|
StatusZustand einer Aufgabe (z.B. aktiv, blockiert, in Generierung, usw.). |
Status modification Allowed values: "STOP" and "GO" |
Return codes |
---|
"0" - The client status has successfully been changed. |
Comments
This script function sets the system status to STOP or GO.
This script function can only be executed if the privilege "Change system status (STOP/GO)" was assigned!
The script statement causes all open transactions of the script to be written to the AE database.
Examples
The following example stops the automatic processing. The return value of this script function is written to the report.
:SET &RET# = TOGGLE_SYSTEM_STATUS(STOP)
:PRINT &RET#
See also:
Script element | Description |
---|---|
Stops or starts the automatic processing of workflows, groups, events or schedules |
Script Elements - System Conditions and Settings
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function