PMServiceServiceCondition Enumeration |
Flags for service conditions
Namespace: PM90SettingsAPIAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax[FlagsAttribute]
public enum ServiceCondition
Members
| Member name | Value | Description |
---|
| None | 0 |
No known conditions
|
| Updating | 8 |
Currently updating
|
| UpdateRequiresRestart | 16 |
Update or install requires a restart
|
| RestartInitialized | 32 |
A system restart has been initiated via the update system
|
| DB_TooOld | 256 |
The database is too old for this version to run
|
| DB_TooNew | 512 |
The database is too new for this version to run
|
| Version_OutOfDate | 1024 |
This version is older than the main install
|
| Version_NewerThanPrimary | 2048 |
This version is newer than the main install
|
See Also