ServiceStatusFlag Enum
Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll
Assembly: PIX.dll
These are the possible states a service can have. It is a flag which implies that a service could have multiple states.
Syntax
[Flags]
public enum ServiceStatusFlagFields
| Name | Description |
|---|---|
| CouldNotContact |
Unable to contact the service. |
| GracefulStop |
Graceful stop of service. |
| Initializing |
The status is initializing. |
| LEFInvalid |
The LEF (License Enabler File) is invalid. |
| ManyQMS |
Multiple QMS detected. |
| None |
No flags specified. |
| OffDuty |
The service is not active. |
| OK |
The services is online and fully functional. |
| QVPRUnavailable |
The QlikView Publisher is not available. |
| RestartNeeded |
The services needs to be restarted. |
| StartupFailed |
The service failed to start. |
| Unlicensed |
The service is not licensed. |