System::Threading::Tasks::ParallelLoopResult::get_IsCompleted 方法

ParallelLoopResult::get_IsCompleted method

获取循环是否已完整运行。

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

ReturnValue

如果循环完成了所有迭代则为 true;否则为 false。

另见