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:
:runningif the service is running. In this state the valid action isMoney.ExchangeRates.Service.stop/0:stoppedif it is stopped. In this state the valid actions areMoney.ExchangeRates.Supervisor.restart_retriever/0orMoney.ExchangeRates.Supervisor.delete_retriever/0:not_startedif it is not configured in the supervisor and is not running. In this state the only valid action isMoney.ExchangeRates.Supervisor.start_retriever/1