:SHUTDOWN
Use the :SHUTDOWN script statement to shut down an Automation Engine system, including all its work processes and communication processes. To shut down only specific work processes, communication processes, or an agent, use :TERMINATE.
Note: To use this statement, you require the C (cancel) right for server processes (SERV type at object level). For more information, see Defining the Authorizations Page.
Syntax
: SHUTDOWN UC4
Parameters
| Parameter | Description | Format |
|---|---|---|
| UC4 | Fixed keyword that must be specified to shut down the Automation Engine system | AE name, script literal, or script variable |
Examples
The following example shuts down the AE system when the current time is later than 20:00.
: IF SYS_TIME () > "200000"
: SHUTDOWN UC4
: ENDIF
See also: