Click or drag to resize

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
C#
public enum aceEventType
Request Example View Source
Members
  Member nameValueDescription
none0 The none: nothing happened
unknown1 The unknown: something happen but who knows what and to whom
Universal2 The universal: universal event, interpreted outside this library scope
Loaded3 The loaded: something is just loaded
Opened4 The opened: something was opened
Updated5 The updated: something was just updated
Deployed6 The deployed: something has just deployed (installed to parent object or instance created
Created7 The created: something was just created
Ready8 The ready: something is ready for next step in the process or to be used by user
Saving9 The saving: something is preparing to be saved
Error10 The error: something had non-critical error
Exception11 The exception: something had universaly handled exception
Crashed12 The crashed: a process or object construction has crashed beyond usability
Failed13 The failed: something failed in task it has received to do
Started14 The started: something just started to perform given task
Paused15 The paused: something has been temporary paused in task that was given
Finished16 The finished: something just finished with earlier given task
Closing17 The closing: something is about to close/shutdown
Closed18 The closed: something just closed/shotdown
See Also