My question is in regard to Json API that returns a Job success as false. Will the Job.GetString be set to null at that time?
Its interesting that the debug log has a entry for the return API data string without a log statement in the code, not sure why or how this gets recorded. The Json return string log entry is before or as the JobDone sub is call as I have a log statement on the first line in the Job Done sub (see log report).
As I try to process the the Job.GetString to pickup the Json API result, a error is trip for ENOENT. I am dim the httpjob as it is called. Any help would be appreciated.
Log report
{"flag":false,"message":"Data not found.","code":404}
JobName = Job6 Job Success =false
Its interesting that the debug log has a entry for the return API data string without a log statement in the code, not sure why or how this gets recorded. The Json return string log entry is before or as the JobDone sub is call as I have a log statement on the first line in the Job Done sub (see log report).
As I try to process the the Job.GetString to pickup the Json API result, a error is trip for ENOENT. I am dim the httpjob as it is called. Any help would be appreciated.
Log report
{"flag":false,"message":"Data not found.","code":404}
JobName = Job6 Job Success =false