ITask.IsCompleted

Fore Syntax

IsCompleted: Boolean;

Fore.NET Syntax

IsCompleted: Boolean;

Description

The IsCompleted property returns whether the task is completed.

Example

The property use is given in description of the ITask.ContinueWith method.

See also:

ITask