Task.MostRecentRunTime Property

Gets the most recent time the task began running.

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 ReadOnly Property MostRecentRunTime As DateTime
    Get
'Usage
Dim instance As Task
Dim value As DateTime

value = instance.MostRecentRunTime
public DateTime MostRecentRunTime { get; }

Property Value

Type: System.DateTime
The DateTime object.

Remarks

The DateTime.MinValue value is returned if the task has not run.

See Also

Reference

Task Class

Task Members

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