IScheduledTaskResults.FindByKey

Syntax

FindByKey(Key: Integer): IScheduledTaskResult;

Parameters

Key is a record key in the task execution history.

Description

The FindByKey method searches the record in the task history. The record key, by which the search is performed, is passed by the Key parameter.

See also:

IScheduledTaskResults