Progress.SetRemainingTime

Cambiar al Manual
public static void SetRemainingTime (int id, long seconds);

Parámetros

idThe progress indicator's unique ID.
secondsThe progress indicator's remaining time, in seconds.

Descripción

Sets the progress indicator's remaining time, in seconds.

Call this function to set the progress indicator's remaining time. When this function is called, the system stops automatically computing the estimated remaining time. To use automatic computation again, you need to call the function Progress.ClearRemainingTime.