B4J Question jShell timeout, what will happen?

Status
Not open for further replies.

wimpie3

Well-Known Member
Licensed User
Longtime User
I have this in my code:
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)
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.
 
Status
Not open for further replies.
Top