Money.ExchangeRates.Supervisor.retriever_status
You're seeing just the function
retriever_status
, go back to Money.ExchangeRates.Supervisor module for more information.
Returns the status of the exchange rates retriever. The returned value is one of:
:running
if the service is running. In this state the valid action isMoney.ExchangeRates.Service.stop/0
:stopped
if it is stopped. In this state the valid actions areMoney.ExchangeRates.Supervisor.restart_retriever/0
orMoney.ExchangeRates.Supervisor.delete_retriever/0
:not_started
if it is not configured in the supervisor and is not running. In this state the only valid action isMoney.ExchangeRates.Supervisor.start_retriever/1