public static bool Resume (int id);

Parámetros

idThe progress indicator's unique ID.

Valor de retorno

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

Descripción

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