OnUcClose¶
Script applications that are called by this interface are used to execute an action when the UserClient or the EasyClient is closed.
Example: Deleting local data after closing the UserClient.
Command lines for this script application¶
Without agents:
OnUcClose.exe /ConfigFileW:[absolute path of the interface file] /rd:[path of the server archive] /at:s
When using agents:
OnUcCloset.exe /ConfigFileW:[absolute path of the interface file] /rd:[path of the agent archive] /at:s
Description of the interface file¶
Section Common¶
Only the following keys of the [Common] section are output for this script interface:
- RootDirAdmin
- DirPrjData
- Language
- Computer name
The keys are described in General sections of the interface file.
Section Result¶
The general keys of the [Result] section are described in General sections of the interface file.
Key | I/O | Description | Values | Default |
---|---|---|---|---|
SuppressClose | O | Indicates whether the closing of the UserClient should be prevented by the script. | Y/N | N |