| FeatureInstallState Enumeration |
Feature installation status
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public enum FeatureInstallState
Public Enumeration FeatureInstallState
public enum class FeatureInstallState
Members
| Member name | Value | Description |
---|
| Installed | 0 |
The feature is fully installed
|
| PartiallyInstalled | 1 |
The feature is partially installed - it may lack necessary information to start or operate in the current configuration context.
|
| NotInstalled | 2 |
The feature is not installed
|
| CantInstall | 3 |
The feature cannot be installed
|
See Also