Enum InstallationComponentStatus
Represents the status about installed components
Namespace: TimeCockpit.Data.Install
Assembly: TimeCockpit.Data.dll
Syntax
[Flags]
public enum InstallationComponentStatus
Fields
| Name | Description |
|---|---|
| BinariesContainsMore | Binaries have installed non-mandatory components that are unknown for the database |
| BinariesContainsMoreMandatory | Binaries have installed mandatory components that are unknown for the database |
| DatabaseContainsMore | Database has installed non-mandatory components that are unknown for the binaries |
| DatabaseContainsMoreMandatory | Database has installed mandatory components that are unknown for the binaries |
| Matching | Database and binaries have exactly the same installed components |