Use this function to get the status of a process using the file name. The function returns '1' if the process is running else '0'. The function demands the following parameters:
Parameter 1 -> file name
Example:
%System.GetProcessStatus('explorer.exe')