This version of Unity is unsupported.

Progress.Resume

Declaration

public static bool Resume(int id);

Parameters

id The progress indicator's unique ID.

Returns

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

Description

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