Go to the source code of this file.
|
const long | LOADED = 0 |
| "Loaded" - the persistent representation of the object is loaded in memory. More...
|
|
const long | RUNNING = 1 |
| "Running" - the object is connected and loaded. More...
|
|
const long | ACTIVE = 2 |
| "Active" - the object is activated in separate window ( outplace activation ). More...
|
|
const long | INPLACE_ACTIVE = 3 |
| "Inplace active" - the object has own window in the container's window. More...
|
|
const long | UI_ACTIVE = 4 |
| "UI active" - the inplace active object that has user interface. More...
|
|