:SHUTDOWN
The script statement :SHUTDOWN ends an Automation Engine system including all its work processes and communication processes. To end only particular work and communication processes, or the agent, see :TERMINATE.
To be able to use this script statement, you require the C (cancel) right for server processes (SERV type). For details, see e Managing Authorizations at Object Level
Syntax
:SHUTDOWN UC4
Syntax |
Description/Format |
---|---|
UC4 |
Specific term that must be used to end your Automation Engine system. |
Example
The following example ends the AE system when the current time is later than 20:00 (8:00 PM):
:IF SYS_TIME() > "200000"
: SHUTDOWN UC4
:ENDIF
See also:
Script element | Description |
---|---|
Disconnects a connection to the AE system. | |
:TERMINATE | Ends an agent, a work or communication process. |
Script Elements - System Conditions and Settings
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function