> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# lqtProcessList

## Static Public Member Functions

| Method                                              | Description                                                                   |
| --------------------------------------------------- | ----------------------------------------------------------------------------- |
| `static lqtProcessList* create()`                   | Returns a pointer to a newly created `lqtProcessList` instance.               |
| `static void destroy(lqtProcessList* pProcessList)` | Destroys all resources associated with the supplied `lqtProcessList` pointer. |

## Public Member Functions

| Method                                                            | Description                                                                                                                                                             |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `void add(const char* process, const lqtProcessOptions* options)` | Adds the provided process name and process options to the process list. See the list of [available processes](/available-processes/introduction/) for more information. |
