B4J Question (SOLVED) How I catch an execption error , download request with wait for ?

kohle

Active Member
Licensed User
Longtime User
How I catch an execption error , download request with wait for ?

B4X:
Try  
    j.Download(url)
    Wait For (j) JobDone(j As HttpJob)
   
    Catch
        logJK(LastException)
    End Try
 
Last edited:
Top