Trigger.IntervalMinutes Property

Gets or sets the number of minutes between executions for a task that is to run repeatedly.

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 IntervalMinutes As Integer
    Get
    Set
'Usage
Dim instance As Trigger
Dim value As Integer

value = instance.IntervalMinutes

instance.IntervalMinutes = value
public int IntervalMinutes { get; set; }

Property Value

Type: System.Int32
The number of minutes.

Remarks

The task continues to run repeatedly until the interval specified in the DurationMinutes property expires. The IntervalMinutes value is counted from the start of the previous execution. The

IntervalMinutes value must be less than the DurationMinutes value.

See Also

Reference

Trigger Class

Trigger Members

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