Task.IdleWaitMinutes Property

Gets or sets how long the system must remain idle, even after the trigger would normally fire, before the task is to run.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Property IdleWaitMinutes As Short
    Get
    Set
'Usage
Dim instance As Task
Dim value As Short

value = instance.IdleWaitMinutes

instance.IdleWaitMinutes = value
public short IdleWaitMinutes { get; set; }

Property Value

Type: System.Int16
Period of time a system must remain idle.

See Also

Reference

Task Class

Task Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace