Administration Guide > System Monitoring > Changing the System Status

Changing the System Status

System Status Stop

The automatic processing of a client can be stopped. The status of the active tasks such as workflows, Schedules and events changes and finally, these tasks show the status "STOP - Automatic processing has been stopped.

While a client is being stopped, you can still activate tasks. Tasks such as Schedules, workflows, events, groups or recurring tasks also obtain the status STOP. Individual tasks without superordinate tasks are processed.

You can use the Go command in the Activity Window's context menu in order to release tasks. In this case, they are processed although the system is stopped.

Handling

Description

UserInterface menu

To stop the system for a local client, select the Client Stop command in the System menu.

Right-click the client

You can change the system status of any client in the System Overview of client 0000. Select the Client Stop command in a client's the context menu.

TOGGLE_SYSTEM_STATUS

This script element is used to change the system status (parameter STOP) from within a script.

The current status is stored in the variable UC_CLIENT_SETTINGS in the global value CLIENT_STATUS.


System Status Go

A global start of automatic processing has the effect that all active tasks start that are in a STOP status. The system does not distinguish whether they have individually been stopped or through a system-wide stop.

Handling

Description

UserInterface menu

To start the system for a local client, select the Client Go command in the System menu.

Right-click the menu

You can change the system status of any client in the System Overview of client 0000. Select the Client Go command in the particular client's context menu.

TOGGLE_SYSTEM_STATUS

This script element is used to change the system status (parameter GO) from within a script.

The current status is stored in the variable UC_CLIENT_SETTINGS in the global value CLIENT_STATUS.