Método System::Threading::Tasks::ParallelLoopResult::get_IsCompleted

ParallelLoopResult::get_IsCompleted method

Obtiene si el bucle se ejecutó hasta su finalización.

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

ReturnValue

true si el bucle completó todas las iteraciones; de lo contrario, false.

Ver también