Returns true if the task should abort. If a Task should abort and has not yet been started it will never start but indicate an end and failed state.

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

Syntax

C#
public bool ShouldAbort { get; }
Visual Basic
Public ReadOnly Property ShouldAbort As Boolean
	Get
Visual C++
public:
property bool ShouldAbort {
	bool get ();
}

See Also