ScheduledJobOptionCmdletBase.WakeToRun 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.
Will wake the computer to run the job if computer is in sleep mode when trigger activates.
[System.Management.Automation.Parameter(ParameterSetName="Options")]
public System.Management.Automation.SwitchParameter WakeToRun { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Options")>]
member this.WakeToRun : System.Management.Automation.SwitchParameter with get, set
Public Property WakeToRun As SwitchParameter
Property Value
- Attributes