How do check to see if the jobdone has been completed when doing a poststring in a loop.
B4X:
For i = 0 To 5
wdate = DateTime.DateParse(ttdate)
ndate = DateTime.Add(wdate,0,0,i)
dateindex = i
getdate = DateTime.date(ndate)
getdata.Initialize("getd",Me)
getdata.PostString("http://192.168.1.23/postgres.php?usedate=" & getdate,"")
Log(getdate)
Next