跳转至

OnUcClose

该接口调用的脚本应用程序用于在 UserClientEasyClient 关闭时执行操作。

示例:关闭 UserClient 后删除本地数据。

该脚本应用程序的命令行

没有代理时:

OnUcClose.exe /ConfigFileW:[absolute path of the interface file] /rd:[path of the server archive] /at:s

使用代理时:

OnUcCloset.exe /ConfigFileW:[absolute path of the interface file] /rd:[path of the agent archive] /at:s

接口文件的描述

Common 节

对于此脚本接口,[Common] 部分中仅输出以下键:

  • RootDirAdmin
  • DirPrjData
  • Language
  • ComputerName

这些键值在 接口文件的通用部分 中有详细介绍。

Result 节

[Result] 节的通用键值在 接口文件的通用部分 中有详细说明。

I/O 描述 默认
SuppressClose O 表示脚本是否应阻止关闭 UserClient Y/N N

相关主题