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