StatusContext

Represents a context that can be used to interact with a .

Represents a context that can be used to interact with a Status.

Properties

Spinner : Spinner

Gets or sets the current spinner.

Status : string

Gets 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.