Android Question JOBDONE - Wait For

jeronimovilar

Active Member
Licensed User
Longtime User
Is it possible to define the time to "wait" the JobDone?
Example:
dim VarTime as int = 5000
Wait For (j) JobDone(j As HttpJob, VarTime)
 

josejad

Expert
Licensed User
Longtime User
Yes

B4X:
JOB_CheckForSomething.GetRequest.Timeout = 4000
check

 
Upvote 1
Solution
Top