IScheduledTaskResult.FinishDateTime

Fore Syntax

FinishDateTime: DateTime;

Fore.NET Syntax

FinishDateTime: System.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.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskResult