multipleInstancesPolicyType 単純型
MultipleInstancesPolicy (settingsType) 要素のインスタンス ポリシー定数を定義します。
<xs:simpleType name="multipleInstancesPolicyType">
<xs:restriction
base="string"
>
<xs:enumeration
value="Parallel"
/>
<xs:enumeration
value="Queue"
/>
<xs:enumeration
value="IgnoreNew"
/>
<xs:enumeration
value="StopExisting"
/>
</xs:restriction>
</xs:simpleType>
列挙値
multipleInstancesPolicyType 単純型は、次の値を定義します。
値 | 説明 |
---|---|
並列 | 既存のインスタンスの実行中に新しいインスタンスを開始します。 |
キュー | タスクの他のすべてのインスタンスが完了した後、タスクの新しいインスタンスを開始します。 |
IgnoreNew | 既定値。 タスクの既存のインスタンスが実行されている場合は、新しいインスタンスを開始しません。 |
StopExisting | 新しいインスタンスを開始する前に、タスクの既存のインスタンスを停止します。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |