Status Property

Task Parallel System.Threading

Gets the TaskStatus of this Task.

Namespace:  System.Threading.Tasks
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Status As TaskStatus
C#
public TaskStatus Status { get; }

See Also