Contains extension methods for Status.
Methods
public static Status AutoRefresh(Status status, bool enabled)
Sets whether or not auto refresh is enabled. If disabled, you will manually have to refresh the progress.
Parameters:
status (Status)The
Status instance.enabled (bool)Whether or not auto refresh is enabled.
Returns:
The same instance so that multiple calls can be chained.
public static Status Spinner(Status status, Spinner spinner)
Sets the spinner.
Parameters:
status (Status)The
Status instance.spinner (Spinner)The spinner.
Returns:
The same instance so that multiple calls can be chained.