Returns true if the thread should stop working.

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

Syntax

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

See Also