aceEventOrigin Enumeration |
Namespace: imbACE.Core.events
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | The none: there is no origin set | |
| unknown | 1 | The unknown: unknown origin of the event | |
| Framework | 2 | The framework: imbACI.Core and lower in the architecture | |
| Application | 3 | The application: imbACE.Application had a major event | |
| Settings | 4 | The settings: settings data object had an event | |
| User | 5 | The user: user done something | |
| Remote | 6 | The remote: remote server or client done something | |
| Console | 7 | The console: command console had its own specific event | |
| Screen | 8 | The screen: TUI screen | |
| Plugin | 9 | The plugin: a plugin had event | |
| Script | 10 | The script: ACE or S# script had some event | |
| Project | 11 | The project: imbACE.Application project had an event | |
| Component | 12 | The component: a component had an event | |
| DataObject | 13 | The data object: data structure, collection and such kind of staff | |
| WorkObject | 14 | The work object: active/procedural/algorithm - component/object had an event | |
| Filesystem | 15 | The filesystem: filesystem related event | |
| Ataman | 16 | The ataman: ataman reporting | |
| Task | 17 | The task: a job task had event | |
| Job | 18 | The job: collection of tasks had an event | |
| WebRequest | 19 | The web request: web request had an event | |
| Cache | 20 | The cache: cache system had event | |
| OperationSystem | 21 | The operation system: operation system had event | |
| Client | 22 | The client: ACE client had an event | |
| Server | 23 | The server: ACE server had an event | |
| Criterion | 24 | The criterion: some criterion is just met | |
| Scheduler | 25 | The scheduler: scheduler triggered an event | |
| Iteration | 26 | The iteration: inside a iterative process had event |