事件日志

事件日志将所有 OffShoot 事件记录在一个中心位置。你可以通过菜单或使用 Command-Shift-L 打开事件日志。它是持久性的,限制为 1000 行,并且是先进先出的。

15/01/2019, 16:33 - Version 18.3.9 (Build 567)

脚本执行事件

  • 脚本执行
  • 脚本返回
15/01/2019, 15:07 - Script execute: {
    event = FileCopyCompleted;
    location = "/Users/Hedge/test.scpt";
}
15/01/2019, 15:07 - Script returned: {
    location = "/Users/Hedge/test.scpt";
    returned = "Success";
}

集成事件

  • 集成触发
16/01/2019, 11:46 - Integration fired: {
    app = Foolcat;
    event = FileCopyCompleted;
    url = "foolcat://create?source=/Volumes/T1/Project%20X/Untitled&destination=/Volumes/T1/Project%20X/Reports&name=Untitled&description=Project%20X";
}