public static bool Cancel (int id);

Parámetros

idThe progress indicator's unique ID.

Valor de retorno

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

Descripción

Cancels a runnning progress indicator, and invokes the cancel callback for the associated task.