次の方法で共有


ScheduledJobOptionCmdletBase.IdleTimeout Property

Definition

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

Applies to