GetStatus method of the MSCluster_ValidationStatus class

Gets the status of the cluster validation.

Syntax

void GetStatus(
  [out] uint32 Status
);

Parameters

Status [out]

The status of the validation. The possible values are a bit mask combining the following values.

None (0)

Completed (1)

Has Unselected Tests (2)

Has Failures (4)

Has Warnings (8)

Canceled (16)

Has Inapplicable Tests (64)

**Windows Server 2012 R2 and Windows Server 2012: **

This value is not supported before Windows Server 2016.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_ValidationStatus