📄 cim_diagnosticcompletionrecord.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="CIMCoreCR00738.003" type = "new"> Created// DiagnosticCompletionRecord.</change>// <change cr="CIMCoreCR00784.000" type = "modify"> Remove// experimental qualifier.</change>// ==================================================================// DiagnosticCompletionRecord// ================================================================== [Version ( "2.11.0" ), Description ( "When a DiagnosticService has completed, results generated by " "the service will be recorded in a DiagnosticCompletionRecord " "object. This class is used when a DiagnosticRecord.RecordType " "value = \"Results\", to contain completion information.")]class CIM_DiagnosticCompletionRecord : CIM_DiagnosticServiceRecord { [Description ( "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. \n" "\" 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. \n" "\"Warning\" means the element had a problem but did not " "fail the test. \n" "\"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."), ValueMap { "0", "1", "2", "3", "4", "5", "6", "7" }, Values { "Unknown", "Other", "OK", "Warning", "Incomplete", "Failed", "Aborted", "Stopped" }, ModelCorrespondence { "CIM_DiagnosticCompletionRecord.OtherCompletionStateDescription" }] uint16 CompletionState; [Description ( "When \"Other\" (value=1) is entered in the CompletionState " "property, OtherCompletionStateDescription can be used to " "describe the test's state."), ModelCorrespondence { "CIM_DiagnosticCompletionRecord.CompletionState" }] string OtherCompletionStateDescription;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -