Script Statement: Ends an agent, the agents of an agent group, a work or communication process
:TERMINATE [Connection], Name
Syntax |
Description/Format |
---|---|
Connection |
Type of connection Allowed values: "HOST" (default value), "HOSTGROUP"
and "SERVER" |
Name |
Name of an agent, agent group, work or communication process |
This script statement can be used to end agents and work and communication processes. The parameter Connection does not have to be indicated. A colon must be set if it is not used.
Instead of specifying an individual agent, you can also indicate an agent group. The termination applies to all agents that belong to this group.
If the connection to an agent should end on a temporary basis, we recommend using the script element :DISCONNECT. In this case, the agent reconnects to the Server when the next signal for an agent check is sent. With :SHUTDOWN all work and communication processes of the AE system can be terminated.
The right to "cancel" server processes or agents is required to execute this script statement.
The example below terminates a work process.
:TERMINATE SERVER,"AE#WP001"
In this example, the agent "WIN21" is terminated. The type of connection is not indicated.
:TERMINATE ,"WIN21"
See also:
Script element/function | Description |
---|---|
Disconnects a connection to the AE system. | |
:SHUTDOWN | Ends an AE system. |
Processes ServiceManager actions or queue modifications. |
Script Elements - System Conditions and Settings
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by Function