Script Statement: Ends an AE system
:SHUTDOWN AE
Syntax |
Description/Format |
---|---|
AE |
Constant that should be indicated to end the AE system |
With this script statement, all work and communication processes of the AE system are ended.
For reliability reasons - e.g. to avoid confusions with JCL - the script statement should always be used in combination with the absolute term AE.
Use :TERMINATE to end particular work and communication processes or the agent.
This script statement can only be executed if the user has the right to "cancel" Servers processes.
In this example, the AE system is ended when the current time is later than 20:00 hours.
:IF SYS_TIME()
> "200000"
: SHUTDOWN AE
: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