priorityType 簡單類型

定義 Priority (settingsType) 元素的最小值和最大值。

<xs:simpleType name="priorityType">
    <xs:restriction
        base="byte"
    >
        <xs:enumeration
            value="0"
         />
        <xs:enumeration
            value="10"
         />
    </xs:restriction>
</xs:simpleType>

列舉值

priorityType簡單類型會定義下列值。

描述
0 允許的最小整數。
10 允許的整數上限。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]

另請參閱

工作排程器架構簡單類型

工作排程器