System::Threading::Tasks::ParallelLoopResult class

ParallelLoopResult class

Provides completion status of a Parallel loop.

class ParallelLoopResult : public System::Object,
                           public System::Details::BoxableObjectBase

Methods

MethodDescription
get_IsCompleted()Gets whether the loop ran to completion.
get_LowestBreakIteration()Gets the lowest iteration index at which a break occurred.
ParallelLoopResult()Constructs a ParallelLoopResult.

Remarks

Represents the result of a parallel loop operation, including whether it completed and information about breaks.

See Also