|
| const ATSNotifyID | kATSNotifyPreLogin = 1 |
| const ATSNotifyID | kATSNotifyPostLogin = 2 |
| const ATSNotifyID | kATSNotifyPreLogout = 3 |
| const ATSNotifyID | kATSNotifyPostLogout = 4 |
| const ATSNotifyID | kATSNotifyPreOpenProject = 5 |
| const ATSNotifyID | kATSNotifyPostOpenProject = 6 |
| const ATSNotifyID | kATSNotifyPreCloseProject = 7 |
| const ATSNotifyID | kATSNotifyPostCloseProject = 8 |
| const ATSNotifyID | kATSNotifyPreLaunchOptions = 9 |
| const ATSNotifyID | kATSNotifyPostLaunchOptions = 10 |
| const ATSNotifyID | kATSNotifyPreLaunchProvider = 11 |
| const ATSNotifyID | kATSNotifyPostLaunchProvider = 12 |
| const ATSNotifyID | kATSNotifyPreCheckin = 13 |
| const ATSNotifyID | kATSNotifyPostCheckin = 14 |
| const ATSNotifyID | kATSNotifyPreCheckout = 15 |
| const ATSNotifyID | kATSNotifyPostCheckout = 16 |
| const ATSNotifyID | kATSNotifyPreUndoCheckout = 17 |
| const ATSNotifyID | kATSNotifyPostUndoCheckout = 18 |
| const ATSNotifyID | kATSNotifyPreAddFiles = 19 |
| const ATSNotifyID | kATSNotifyPostAddFiles = 20 |
| const ATSNotifyID | kATSNotifyPreGetLatest = 21 |
| const ATSNotifyID | kATSNotifyPostGetLatest = 22 |
| const ATSNotifyID | kATSNotifyPreProperties = 23 |
| const ATSNotifyID | kATSNotifyPostProperties = 24 |
| const ATSNotifyID | kATSNotifyPreShowHistory = 25 |
| const ATSNotifyID | kATSNotifyPostShowHistory = 26 |
| const ATSNotifyID | kATSNotifyFileListUpdate = 27 |
| | Broadcasts that the ATSFileList associated with the current notification has been modified.
|
| const ATSNotifyID | kATSNotifyPreExploreProvider = 28 |
| const ATSNotifyID | kATSNotifyPostExploreProvider = 29 |
| const ATSNotifyID | kATSNotifyPreGetVersion = 30 |
| const ATSNotifyID | kATSNotifyPostGetVersion = 31 |
| const ATSNotifyResult | kATSNotifyResultOk = 0 |
| | Continue notification process.
|
| const ATSNotifyResult | kATSNotifyResultCancel = 1 |
| | Cancel specified action.
|
| const ATSNotifyResult | kATSNotifyResultStop = 2 |
| | Stop notification process.
|