Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
CompletionState | uint16 | |
Description | string | This property is used when a DiagnosticRecord.RecordType value = "Results", to record how the test has completed. It is expected that additional DiagnosticServiceRecords of RecordType "Service Errors", "Warning" or "Device Errors" would be created by the test to describe the details of a "Warning", "Incomplete" or "Failed" CompletionState, respectively.
" Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the element's state and configuration may need to be updated.
"Warning" means the element had a problem but did not fail the test.
"Failed" and "Incomplete" are similar, although the former means the test on the element failed, while the latter means the test itself had a problem and could not complete execution. |
ModelCorrespondence | string | CIM_DiagnosticCompletionRecord.OtherCompletionStateDescription |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7 |
Values | string | Unknown, Other, OK, Warning, Incomplete, Failed, Aborted, Stopped |
OtherCompletionStateDescription | string | |
Description | string | When "Other" (value=1) is entered in the CompletionState property, OtherCompletionStateDescription can be used to describe the test's state. |
ModelCorrespondence | string | CIM_DiagnosticCompletionRecord.CompletionState |