CAppNavServContextJoinStates
Represents various join states of the service context: unknown : This state indicates an internal error. notConfigured : This state indicates that the service context was enabled without the graceful option. started : This state indicates that the service context was enabled with the graceful option and the AppNav controller is currently in the Joining state. aborted : This state indicates that the service context was disabled while the AppNav controller was going through the joining process. completed : This state indicates that the service context was enabled with the graceful option and the AppNav controller completed the joining process.
Possible values
5 objects| Number | Name |
|---|---|
| 1 | unknown |
| 2 | notConfigured |
| 3 | started |
| 4 | aborted |
| 5 | completed |