Hello, I try to return TRUE of FALSE based on a running process. The process I used is like this.
- Using Get Processes, the output save into variable currentProcess
- Then I assign the process, processExist = currentProcess.Contains(Of System.Diagnostics.Process(GetProcessessByName(“runningProcess”)))
This method return an error.
Thanks before.