get_IsCompleted()

ParallelLoopResult::get_IsCompleted() method

Gets whether the loop ran to completion.

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

Return Value

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

See Also