public static bool Resume (int id);

Parameters

idThe 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.