Click or drag to resize

aceEventOrigin Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.events
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public enum aceEventOrigin
Request Example View Source
Members
  Member nameValueDescription
none0 The none: there is no origin set
unknown1 The unknown: unknown origin of the event
Framework2 The framework: imbACI.Core and lower in the architecture
Application3 The application: imbACE.Application had a major event
Settings4 The settings: settings data object had an event
User5 The user: user done something
Remote6 The remote: remote server or client done something
Console7 The console: command console had its own specific event
Screen8 The screen: TUI screen
Plugin9 The plugin: a plugin had event
Script10 The script: ACE or S# script had some event
Project11 The project: imbACE.Application project had an event
Component12 The component: a component had an event
DataObject13 The data object: data structure, collection and such kind of staff
WorkObject14 The work object: active/procedural/algorithm - component/object had an event
Filesystem15 The filesystem: filesystem related event
Ataman16 The ataman: ataman reporting
Task17 The task: a job task had event
Job18 The job: collection of tasks had an event
WebRequest19 The web request: web request had an event
Cache20 The cache: cache system had event
OperationSystem21 The operation system: operation system had event
Client22 The client: ACE client had an event
Server23 The server: ACE server had an event
Criterion24 The criterion: some criterion is just met
Scheduler25 The scheduler: scheduler triggered an event
Iteration26 The iteration: inside a iterative process had event
See Also