I have this in my code:
What will happen when there is a timeout? Will the ProcessComplete sub fire with success=false?
In my case I saw "timeout" appearing in the log and nothing happened.
B4X:
shl.Run(20000) 'set a timeout of 20 seconds
Wait For (shl) shl_ProcessCompleted(Success As Boolean, ExitCode As Int, StdOut As String, StdErr As String)
In my case I saw "timeout" appearing in the log and nothing happened.