ResultCode Enumeration

 

The result from installation or staging operations.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

public enum ResultCode
public enum class ResultCode
type ResultCode
Public Enumeration ResultCode

Members

Member name Description
Canceled

The operation was canceled.

Failed

The operation failed.

Succeeded

The operation succeeded.

See Also

UpdateInstallResult
UpdateStagingResult
Microsoft.ClusterAwareUpdating Namespace

Return to top