Click or drag to resize
PMServiceServiceCondition Enumeration
Flags for service conditions

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
[FlagsAttribute]
public enum ServiceCondition
Members
  Member nameValueDescription
None0 No known conditions
Updating8 Currently updating
UpdateRequiresRestart16 Update or install requires a restart
RestartInitialized32 A system restart has been initiated via the update system
DB_TooOld256 The database is too old for this version to run
DB_TooNew512 The database is too new for this version to run
Version_OutOfDate1024 This version is older than the main install
Version_NewerThanPrimary2048 This version is newer than the main install
See Also