cim_processofjob.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 27 行

MOF
27
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ProcessOfJob// ==================================================================   [Association, UMLPackagePath ( "CIM::System::Processing" ),    Aggregation, Composition, Version ( "2.7.0" ), Description (       "ProcessOfJob describes that the referenced Process is the "       "result of the execution of the Job. A Job may cause multiple "       "Processes to run, perhaps on different operating systems. This "       "is allowed by the '*' cardinality of the Process reference. "       "Note that a Process can result from only one Job - hence, the "       "'0..1' cardinality on Job.")]class CIM_ProcessOfJob : CIM_Component {      [Aggregate, Override ( "GroupComponent" ), Description (          "Execution of the Job results in the creation of the Process "          "referenced as PartComponent. The Job aggregates the "          "Process(es) that are created when it is executed.")]   CIM_Job REF GroupComponent;      [Override ( "PartComponent" ), Description (          "The Process that results from the execution of the Job.")]   CIM_Process REF PartComponent;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?