class Async::Container::Notify::Client

def status!(text)

@parameters text [String] The details of the status change.
Notify the parent controller of a status change.
def status!(text)
	send(status: text)
end