execType 複雜類型

定義 Exec (actionGroup) 元素的子專案和排序資訊。

<xs:complexType name="execType">
    <xs:complexContent>
        <xs:extension
            base="actionBaseType"
        >
            <xs:all>
                <xs:element name="Command"
                    type="pathType"
                 />
                <xs:element name="Arguments"
                    type="string"
                    minOccurs="0"
                 />
                <xs:element name="WorkingDirectory"
                    type="pathType"
                    minOccurs="0"
                 />
            </xs:all>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

子元素

元素 類型 Description
引數 string 指定與命令列作業相關聯的引數。
命令 pathType 指定要執行的可執行檔或檔。
WorkingDirectory pathType 指定可執行檔或可執行檔所使用的檔案存在所在的目錄。

規格需求

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

另請參閱

工作排程器架構複雜類型

工作排程器