Hi Everybody,
If in JOBDONE sub I put the next code:
in case of success=False I get an error "File missing".
I have seen that the "Release" sub deletes a temporary file.
In the examples the release is issued in any case, both successful or not.
In my opinion if no answer comes from the server the temp file is never created.
Am I wrong?
regards
Mauro
If in JOBDONE sub I put the next code:
B4X:
If job.Success=False Then
job.Release
End If
in case of success=False I get an error "File missing".
I have seen that the "Release" sub deletes a temporary file.
In the examples the release is issued in any case, both successful or not.
In my opinion if no answer comes from the server the temp file is never created.
Am I wrong?
regards
Mauro