<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Threading.Tasks.ParallelLoopResult

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