
This class defines the operation state of an application used by Application.getOperationStateOfApplication.
Elements of class ApplicationOpState
| Type | Element | Description |
|---|---|---|
| boolean | none | Unspecified state (init state). |
| boolean | loaded | Application is fully loaded. |
| boolean | downloadActive | Application download in progress. |
| boolean | onlineChangeActive | Application online-change in progress. |
| boolean | storeBootprojectActive | Store boot project in progress. |
| boolean | forceVariablesActive | Application force variables are active. |
| boolean | exception | Application is in exception state (an exception occurred in this application). |
| boolean | initializeActive | Download code at the end of download is in progress (initialization of the application). |
| boolean | storeBootprojectOnlyActive | Only the boot project is stored at download. |
| boolean | exitActive | Application exit is still being executed (application is no longer active). |
| boolean | deleted | Application has been deleted (object is available, but the content has been deleted). |
| boolean | resetActive | Application reset is in progress. |
| boolean | retainMismatch | Retain mismatch occurred while loading the boot project (retain data does not match the application). |
| boolean | bootprojectValid | Boot project available (boot project matched to running application in RAM). |
| boolean | loadBootprojectActive | Loading of boot project in progress. |
| boolean | flowControlActive | Flow control active. |
| boolean | runInFlash | Application is running in flash. |
Definition at line 473 of file Logic.java.