Returns the currently existing task count. Early aborted tasks will count too.

Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int TaskCount { get; }
Visual Basic
Public ReadOnly Property TaskCount As Integer
	Get
Visual C++
public:
property int TaskCount {
	int get ();
}

See Also