Forum Discussion

ChrisPro's avatar
ChrisPro
Contributor
11 years ago

Sys.Process("****").Exists log an error and not return a value

I would to test if a process is present :   if (Sys.Process("****").Exists)   {     Log.Message("Not Exist");   }   else   {     Log.Message("Exist"); ...