LazyDoc.Application (LazyDoc v0.6.2)
View SourceThe module LazyDoc.Application is responsible for managing the application startup.
Description
It implements the behavior of an Application, specifically defining the start function which is called when the application starts. The start function currently returns the process identifier of the calling process, indicating successful initialization of the application.
Summary
Functions
Returns an atom indicating the status of the start operation.
Functions
Returns an atom indicating the status of the start operation.
Parameters
- _start_type - a variable representing the type of the start operation.
- _start_args - a variable containing additional arguments for the start operation.
Description
Initiates the start process and returns the PID of the current process.