Runtimes.RuntimeInstallResult Enum
Declaring Type: Runtimes
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.942+a011233
Runtime installation result code
public enum Runtimes.RuntimeInstallResult
{
InstallSuccess = 0,
UserCancelled = 1602,
AnotherInstallInProgress = 1618,
RestartRequired = 3010,
SystemDoesNotMeetRequirements = 5100
}
Inheritance: object → ValueType → Enum → Runtimes.RuntimeInstallResult
Fields
Name | Description |
---|---|
AnotherInstallInProgress | The install failed because another install is in progress, try again later |
InstallSuccess | The install was successful |
RestartRequired | The install failed because a system restart is required before continuing |
SystemDoesNotMeetRequirements | The install failed because the current system does not support this runtime (outdated/unsupported) |
UserCancelled | The install failed because it was cancelled by the user |
Documentation generated by MdDocs