public static bool IsCancellable (int id);

Parameters

idThe progress indicator's unique ID.

Returns

bool True if you can cancel the task, false otherwise.

Description

Indicates whether you can cancel the progress indicator's associated task.