Module system_extensions::processes::processes[][src]

Handle active processes on the operating system.

Functions

find_process_id

Find a process by its name. (Note: The name is system dependent. Ex: Windows uses .exe at the end).

is_process_running

Check if a process is running by its id.