SummaryStatus Enumeration

 

The status of a cluster-updating run (an invocation of the Invoke-CauRun cmdlet) on a particular cluster node.

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

Syntax

public enum SummaryStatus
public enum class SummaryStatus
type SummaryStatus
Public Enumeration SummaryStatus

Members

Member name Description
Canceled

The update installation was canceled before beginning operations on the node.

Failed

No update installation succeeded or the update installation was stopped.

PartiallyFailed

At least one update installation succeeded, but some updates failed to install or there was a failure such as loss of connectivity to the node.

Succeeded

At least one update installation succeeded and there were no other failures of any kind.

See Also

Microsoft.ClusterAwareUpdating Namespace

Return to top