The IScheduledTaskResults interface contains properties and methods used to work with collection of records in the history of task execution.
| Property name | Brief description | |
| Count | The Count property returns the number of records in the task execution history. | |
| Item | The Item property returns a record in the history of task execution. |
| Method name | Brief description | |
| FindByKey | The FindByKey method searches the record in the task history by key. | |
| FindCurrent | The FindCurrent method searches the record in the task execution history on the specified date and time. |
See also: