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)
 
Top