ITask.State

Fore Syntax

State: TaskState;

Fore.NET Syntax

State: Prognoz.Platform.Interop.ForeSystem.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