public static bool Pause (int id);

Parameters

idThe progress indicator's unique ID.

Returns

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

Description

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