IScheduledTaskResult.FinishDateTime

Syntax

FinishDateTime: DateTime;

Description

The FinishDateTime property returns date and time of the task execution completion.

Comments

To get date and time of launching the task for execution, use the IScheduledTaskResult.StartDateTime property.

Example

The property use is given in the example for IScheduledTaskResult.NotificationSended.

See also:

IScheduledTaskResult