StepResult.ResultCode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
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. |
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. |
Produto | Versións |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |