LastExecution Property
Overloads
LastExecution |
The Date/Time interval of the last execution date. Only tasks with a last execution date within the interval will be returned. |
LastExecution
The Date/Time interval of the last execution date. Only tasks with a last execution date within the interval will be returned.
Declaration
public TaskStatusFilter.LastExecutionInterval LastExecution { get; set; }
Property Value
Type | Description |
---|---|
TaskStatusFilter.LastExecutionInterval |
Remarks
Setting the To/From properties of LastExecution to DateTime.MinValue will match tasks which has never executed.