ScheduledJobOptionCmdletBase.MultipleInstancePolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides task scheduler options for multiple running instances of the job.
[System.Management.Automation.Parameter(ParameterSetName="Options")]
public Microsoft.PowerShell.ScheduledJob.TaskMultipleInstancePolicy MultipleInstancePolicy { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Options")>]
member this.MultipleInstancePolicy : Microsoft.PowerShell.ScheduledJob.TaskMultipleInstancePolicy with get, set
Public Property MultipleInstancePolicy As TaskMultipleInstancePolicy
Property Value
- Attributes