Click or drag to resize
ServiceStatusFlag Enumeration
These are the possible states a service can have. It is a flag which implies that a service could have multiple states.

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: 
Syntax
[FlagsAttribute]
public enum ServiceStatusFlag
Members
  Member nameValueDescription
None0 No flags specified.
OK1 The services is online and fully functional.
OffDuty2 The service is not active.
CouldNotContact4 Unable to contact the service.
RestartNeeded8 The services needs to be restarted.
Unlicensed16 The service is not licensed.
QVPRUnavailable32 The QlikView Publisher is not available.
StartupFailed64 The service failed to start.
LEFInvalid128 The LEF (License Enabler File) is invalid.
Initializing256 The status is initializing.
ManyQMS512 Multiple QMS detected.
GracefulStop1024 Graceful stop of service.
See Also