SetScheduledJobCommand.RunNow 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 immediately after successfully setting job definition.
[System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")]
[System.Management.Automation.Parameter(ParameterSetName="FilePath")]
public System.Management.Automation.SwitchParameter RunNow { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePath")>]
member this.RunNow : System.Management.Automation.SwitchParameter with get, set
Public Property RunNow As SwitchParameter
Property Value
- Attributes