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 for more information. |

