Represents a context that can be used to interact with a Status.
Properties
Spinner
: SpinnerGets or sets the current spinner.
Status
: stringGets or sets the current status.
Methods
public void Refresh()
Refreshes the status.
Extension Methods
StatusContext Spinner(this StatusContext context, Spinner spinner)Sets the spinner.
Returns:
The same instance so that multiple calls can be chained.
StatusContext Status(this StatusContext context, string status)Sets the status message.
Returns:
The same instance so that multiple calls can be chained.