Bridge

Task..::..Status Property

Gets the TaskStatus of this task.

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

Syntax


[FieldPropertyAttribute]
public TaskStatus Status { get; }
<FieldPropertyAttribute> _
Public ReadOnly Property Status As TaskStatus
	Get
[FieldPropertyAttribute]
public:
property TaskStatus^ Status {
	TaskStatus^ get ();
}

Return Value

The current TaskStatus of this task instance.