ITask.State

Syntax

State: TaskState;

Description

The State property returns the current state for the task.

Example

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

See also:

ITask