JobHandle.IsCompleted

public bool IsCompleted;

描述

确定任务是否在运行。

如果任务当前在运行,则返回 false。如果任务已完成,则返回 true。


Did you find this page useful? Please give it a rating: