LazyDoc.Application (LazyDoc v0.5.1)
View SourceMain functionality
The module LazyDoc.Application is responsible for initiating the application process in the LazyDoc system.
Description
It provides a start function that allows for the initiation of application processes with specified start parameters. The function returns the process identifier of the newly started process, which can be utilized for further interactions within 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.