次の方法で共有


OnlyForProcessor element

Indicates the platforms on which the assessment should run. If this node is present, then it must contain one or more of the following sub nodes. The Execution engine will not run an assessment on a platform not in this list. Omitting this node means the assessment can run on all platforms.

Usage

<OnlyForProcessor>
  child elements
</OnlyForProcessor>

Attributes

There are no attributes.

Child elements

Element Description
ARM
This should be an empty leaf node containing no attributes or text.

X64
This should be an empty leaf node containing no attributes or text.

X86
This should be an empty leaf node containing no attributes or text.

Child element sequence

(
  X86, 
  X64, 
  ARM
)

Parent elements

Element Description
Properties
This node describes properties.

Remarks

AXE will issue a warning if a job contains assessments that don t run on the same platform.

Element information

Can be empty No