If I wanted a script to run and call a function that is recursive (possibly) that would allow it to monitor processes running keeping an eye out for a process, and if found kill the process, but the script continuing on?
I know how to kill a process, collect a collection and do the many options there is to do with processes or say services. Will scripts wait for a "sub" to finish before it continues on since it doesn't allow returned values?
I want to write a function that gets started and runs along monitoring until a certain condition is met, but allow the script to continue running the next set of instructions.
I know how to kill a process, collect a collection and do the many options there is to do with processes or say services. Will scripts wait for a "sub" to finish before it continues on since it doesn't allow returned values?
I want to write a function that gets started and runs along monitoring until a certain condition is met, but allow the script to continue running the next set of instructions.