From 32ae6ae11fea0453cbaac9a5ae084835d934cf52 Mon Sep 17 00:00:00 2001 From: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> Date: Thu, 21 Mar 2019 20:16:30 -0300 Subject: [PATCH] added more detail to MultipleInstances parameter added more detail to MultipleInstances parameter https://github.com/MicrosoftDocs/windows-powershell-docs/issues/204 --- .../windows/scheduledtasks/new-scheduledtasksettingsset.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docset/windows/scheduledtasks/new-scheduledtasksettingsset.md b/docset/windows/scheduledtasks/new-scheduledtasksettingsset.md index bfa2f4d589..11e25bda92 100644 --- a/docset/windows/scheduledtasks/new-scheduledtasksettingsset.md +++ b/docset/windows/scheduledtasks/new-scheduledtasksettingsset.md @@ -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