Version: 2022.3
言語: 日本語
public static int Remove (int id);
public static int Remove (int id, bool forceSynchronous);

パラメーター

id The progress indicator's unique ID.
forceSynchronous When you set this parameter to true it forces this method to remove the progress indicator synchronously.

戻り値

int -1 if the progress indicator is removed. Otherwise, returns the progress indicator's ID.

説明

Finishes and removes an active progress indicator.

The progress indicator is removed on the next application tick unless it is synchronous (see Synchronous). To force this method to remove the progress indicator synchronously, set the "forceSynchronous" parameter to true.