Shows the list of the processes.
procedure ShowProcessList(Full: boolean = False);
Call the ShowProcessList method to show the list of the processes. Full parameter specifies whether to show the full text of the query or only the first 100 symbols.
To disconnect use the KillProcess method.
Refer to SHOW [FULL] PROCESSLIST detailed description at MySQL Reference Manual.