LazyDoc.Application (LazyDoc v0.5.0)

## Main 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

Parameters

  • _start_type - the type of start operation to initiate.
  • _start_args - additional arguments needed for the start operation.

Description

Initializes the start operation and returns the process identifier.

Functions

start(start_type, start_args)

Parameters

  • _start_type - the type of start operation to initiate.
  • _start_args - additional arguments needed for the start operation.

Description

Initializes the start operation and returns the process identifier.

Returns

a tuple indicating success and the process identifier.