Trigger.KillAtDurationEnd Property
Gets or sets whether a task terminates when the DurationMinutes value expires.
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 KillAtDurationEnd As Boolean
Get
Set
'Usage
Dim instance As Trigger
Dim value As Boolean
value = instance.KillAtDurationEnd
instance.KillAtDurationEnd = value
public bool KillAtDurationEnd { get; set; }
Property Value
Type: System.Boolean
If true, a task terminates when the DurationMinutes value expires; otherwise, false.
Remarks
For more information, see the DurationMinutes property.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace