main.py looks through the current processes on Linux, and reports out stats for all processes marked as 'codmod'.
If no codmod processes are running, main.py terminates and reports out if an execution was successful or not.
To determine if the execution was successful, main.py checks the status output in output.log which the output from the codmod run. It could also be changes to check for the presence of a file in the local filesystem.