StepResult.ResultCode Enum

Definition

Defines the overall result of a diagnostic test run. The result appears in the State column for a test result in HPC Cluster Manager.

public enum StepResult.ResultCode
type StepResult.ResultCode = 
Public Enum StepResult.ResultCode
Inheritance
StepResult.ResultCode

Fields

Complete 6

Indicates that the test run completed. This value is appropriate for diagnostic tests that do not have criteria for failure or success. This enumeration member represents a value of 6.

Failure 4

Indicates that the diagnostic test ran, but the results met the criteria of the diagnostic test for failure. This enumeration member represents a value of 4.

NoResult 0

Indicates that the diagnostic test had no result. This value is the default value, and it is appropriate when you want to create a PreStepResult.xml file to provide the results of the PreStep stage of the test to the RunStep stage, which is a transition that occurs before the main part of the diagnostic test runs. This enumeration member represents a value of 0.

Success 2

Indicates that the results the test run met the criteria of the diagnostic test for success. This enumeration member represents a value of 2.

Warning 3

Indicates that the test ran, but the results met the criteria of the diagnostic test for a warning. This enumeration member represents a value of 3.

Applies to