Application.stop

You're seeing just the function stop, go back to Application module for more information.

Specs

stop(app()) :: :ok | {:error, term()}

Stops the given app.

When stopped, the application is still loaded.