public static void SetDescription (int id, string description);

Parameters

idThe progress indicator's unique ID.
descriptionThe progress indicator's new description.

Description

Sets the progress indicator's description. To clear the description pass null.