 | aceEventType Enumeration |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
General descriptive enumeration for aceEvents (imbACE.Application Framework low-level layer at imbACE.Core)
Namespace:
imbACE.Core.events
Assembly:
imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
Members|
| Member name | Value | Description |
|---|
| none | 0 |
The none: nothing happened
|
| unknown | 1 |
The unknown: something happen but who knows what and to whom
|
| Universal | 2 |
The universal: universal event, interpreted outside this library scope
|
| Loaded | 3 |
The loaded: something is just loaded
|
| Opened | 4 |
The opened: something was opened
|
| Updated | 5 |
The updated: something was just updated
|
| Deployed | 6 |
The deployed: something has just deployed (installed to parent object or instance created
|
| Created | 7 |
The created: something was just created
|
| Ready | 8 |
The ready: something is ready for next step in the process or to be used by user
|
| Saving | 9 |
The saving: something is preparing to be saved
|
| Error | 10 |
The error: something had non-critical error
|
| Exception | 11 |
The exception: something had universaly handled exception
|
| Crashed | 12 |
The crashed: a process or object construction has crashed beyond usability
|
| Failed | 13 |
The failed: something failed in task it has received to do
|
| Started | 14 |
The started: something just started to perform given task
|
| Paused | 15 |
The paused: something has been temporary paused in task that was given
|
| Finished | 16 |
The finished: something just finished with earlier given task
|
| Closing | 17 |
The closing: something is about to close/shutdown
|
| Closed | 18 |
The closed: something just closed/shotdown
|
See Also