Version: 2022.3
言語: 日本語
public static void Finish (int id, Progress.Status status);

パラメーター

id The progress indicator's unique ID.
status The status of the associated task when the progress indicator finishes. Indicates whether the task succeeded, failed, or was canceled.

説明

Marks the progress indicator as finished.

The system removes finished progress indicators unless they are sticky. Sticky progress indicators display progress information even after their associated tasks are complete. The system does not remove them automatically.