Share via


SetScheduledJobCommand.RunEvery Property

Definition

Runs scheduled job at the repetition interval indicated by the TimeSpan value for an unending duration.

[System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")]
[System.Management.Automation.Parameter(ParameterSetName="FilePath")]
public TimeSpan RunEvery { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePath")>]
member this.RunEvery : TimeSpan with get, set
Public Property RunEvery As TimeSpan

Property Value

Attributes

Applies to