public static bool Pause (int id);

Parámetros

idThe progress indicator's unique ID.

Valor de retorno

bool True if the task is paused, false if it cannot be paused.

Descripción

Pauses a runnning progress indicator, and invokes the pause callback for its task.