:SHUTDOWN

The :SHUTDOWN script statement 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 on object level). For details, see Authorizations Page

Syntax

:SHUTDOWN UC4

Parameters

  • :SHUTDOWN
    Ends an AE system including all its work processes and communication processes

  • UC4
    Specific term that must be used to end your Automation Engine system.
    Format: AE name, script literal or script variable

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: