Click or drag to resize

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
Syntax
VB
Public Enumeration ObjectState
Members
  Member nameValueDescription
Unknown0 State no managed or used at this time
Initializing1 Loading or initializing
LoadingCommands5 in Initialization stage loading only commands (prevent loading of UI at that point)
Running2 Loaded and Running
RunningApps3 Partially loaded, running as App host.
Closing256 Shutting down, Terminating or Closing
Remarks