System.Threading.Tasks.ParallelLoopState public class ParallelLoopState Documentation Code public bool IsExceptional { get; } public bool IsStopped { get; } public long? LowestBreakIteration { get; } public bool ShouldExitCurrentIteration { get; } public void Break() public void Stop()