IsStopped Property

Task Parallel System.Threading

Gets whether any iteration of the loop has called Stop()()().

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsStopped As Boolean
C#
public bool IsStopped { get; }

See Also