Skip to content

Commit

Permalink
added more detail to MultipleInstances parameter
Browse files Browse the repository at this point in the history
added more detail to MultipleInstances parameter MicrosoftDocs#204
  • Loading branch information
get-itips committed Mar 21, 2019
1 parent 065097b commit 32ae6ae
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,11 @@ Accept wildcard characters: False
```
### -MultipleInstances
Specifies the policy that defines how Task Scheduler handles multiple instances of the task.
Specifies the policy that defines how Task Scheduler handles multiple instances of the task. The acceptable values for this parameter are:
IgnoreNew. The new task instance is ignored.
Parallel. The new task instance starts immediately.
Queue. The new task instance starts as soon as the current instance completes.
```yaml
Type: MultipleInstancesEnum
Expand Down

0 comments on commit 32ae6ae

Please sign in to comment.