SetScheduledJobCommand.RunEvery 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.
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