farmbot v6.4.1 Farmbot View Source

Supervises the individual modules that make up the Farmbot Application. This is the entry point of the application.

Link to this section Summary

Functions

Called before stopping the application

Link to this section Functions

Called before stopping the application.

This function is called before the top-level supervisor is terminated. It receives the state returned by c:start/2, if it did, or [] otherwise. The return value is later passed to c:stop/1.

Callback implementation for Application.prep_stop/1.