bootloader v0.1.3 Bootloader.Handler behaviour View Source

Link to this section Summary

Link to this section Functions

Link to this function handle_application(app, response, s) View Source

Link to this section Callbacks

Link to this callback application_stopped(app, reason, state) View Source
application_stopped(app :: atom, reason :: any, state :: any) ::
  {:noreply, state :: any} |
  {:stop, reason :: term, state :: any}