ScheduledJobOptionCmdletBase.RestartOnIdleResume 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.
Scheduled job task will be restarted when machine becomes idle. This is applicable only if the job was configured to stop when no longer idle.
[System.Management.Automation.Parameter(ParameterSetName="Options")]
public System.Management.Automation.SwitchParameter RestartOnIdleResume { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Options")>]
member this.RestartOnIdleResume : System.Management.Automation.SwitchParameter with get, set
Public Property RestartOnIdleResume As SwitchParameter
Property Value
- Attributes