jeronimovilar Active Member Licensed User Longtime User Oct 1, 2021 #1 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)
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)
Solution josejad Oct 1, 2021 Yes B4X: JOB_CheckForSomething.GetRequest.Timeout = 4000 check Search Results www.b4x.com
josejad Expert Licensed User Longtime User Oct 1, 2021 #2 Yes B4X: JOB_CheckForSomething.GetRequest.Timeout = 4000 check Search Results www.b4x.com Upvote 1 Solution