System::Threading::Tasks::ParallelLoopResult::get_IsCompleted method

ParallelLoopResult::get_IsCompleted method

Gets whether the loop ran to completion.

bool System::Threading::Tasks::ParallelLoopResult::get_IsCompleted()

ReturnValue

true if the loop completed all iterations; otherwise, false.

See Also