Version: 2022.3
public static bool Resume (int id);

参数

id The progress indicator's unique ID.

返回

bool True if the task resumes, false if it cannot resume.

描述

Resumes a paused progress indicator, and invokes the pause callback for the associated task.