System.Threading.Tasks.ParallelLoopResult public struct ParallelLoopResult Documentation Code namespace System.Threading.Tasks { public struct ParallelLoopResult { public bool IsCompleted { get; } public long? LowestBreakIteration { get; } } }