Table of Contents

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 = 5

The action was aborted.

Failed = 4

The action failed.

InProgress = 1

The action is in progress.

NotStarted = 0

The action has not started.

Succeeded = 2

The action succeeded.

SucceededWithErrors = 3

The action succeeded with errors.