McApplicationObjectState Enumeration
|
|
The current state of the application.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Enumeration ObjectState
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
State no managed or used at this time
|
| Initializing | 1 |
Loading or initializing
|
| LoadingCommands | 5 |
in Initialization stage loading only commands (prevent loading of UI at that point)
|
| Running | 2 |
Loaded and Running
|
| RunningApps | 3 |
Partially loaded, running as App host.
|
| Closing | 256 |
Shutting down, Terminating or Closing
|
Remarks
See Also