OnUcClose
Script applications called by this interface serve to carry out an action if the UserClient or EasyClient was ended.
For example: delete local data after the UserClient is closed.
Command lines for OnUcClose
Without agents:
OnUcClose.exe /ConfigFileW:[absolute path to the interface file] /rd:[path to the server archive] /at:s |
With agents:
OnUcClose.exe /ConfigFileW:[absolute path to the interface file] /rd:[path to the agent archive] /at:s |
Description of the interface file
[Common]
Only the following keys are used for this script interface:
- RootDirAdmin
- DirPrjData
- Language
- ComputerName
This key is described in Global interface file sections.
[Result]
The general keys of this section are described in Global interface file sections.
INI key | I/O | Description |
---|---|---|
SuppressClose | O |
Shows whether the closing of the UserClient should be prevented by the script Possible values are Y and N . The default value is N |
Related topics |
---|