ScheduledJobOptionCmdletBase.IdleTimeout 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.
Specifies how long Task Scheduler will wait for idle time after a trigger has activated before giving up trying to run job during computer idle.
[System.Management.Automation.Parameter(ParameterSetName="Options")]
public TimeSpan IdleTimeout { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="Options")>]
member this.IdleTimeout : TimeSpan with get, set
Public Property IdleTimeout As TimeSpan
Property Value
- Attributes