Automation Engine Script Guide > Ordered by Function > System Conditions and Settings > :SHUTDOWN

:SHUTDOWN

Script Statement: Ends an AE system

Syntax

:SHUTDOWN AE

Syntax

Description/Format

AE

Constant that should be indicated to end the AE system
Format: AE name, script literal or script variable

Comments

With this scriptA particular Automation Engine object type. 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 agentA program that enables the de-centralized execution of processes (such as deployments) on target systems (computers or business solutions) or a service that provides connectivity to a target system (such as for databases or middleware). An agent is also an object type in the Automation Engine. [Formerly called "Executor."] See also: host

 This script statement can only be executed if the userIn the Automation Engine, a user is an instance of a User object, and generally the user is a specific person who works with Automic products. The User object is assigned a user ID and then a set of access rights to various parts of the Automation Engine system and product suite. These access rights come in the form of Automation Engine authorizations and privileges, Decision user roles and EventBase rights and ARA web application object rights. You can manage all these centrally in the ECC user management functions. See also, Unified user management. has the right to "cancel" Servers processes.

Example

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

:DISCONNECT

Disconnects a connection to the AE system.
:TERMINATE Ends an agent, a work or communication processA communication process is part of the component Automation Engine. It is responsible for connecting the components..

Script Elements - System Conditions and Settings

About Scripts
Script Elements - Alphabetical Listing

Script Elements - Ordered by Function

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH