Enum WindowsUpdateResult
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the result of a Windows Update action.
public enum WindowsUpdateResult
Fields
Aborted = 5The action was aborted.
Failed = 4The action failed.
InProgress = 1The action is in progress.
NotStarted = 0The action has not started.
Succeeded = 2The action succeeded.
SucceededWithErrors = 3The action succeeded with errors.