We are getting two different states in the XQN->Details objects
associated to the same JobState. Let me show you an example:
For ELJobIDMRN = 42708856 we get state = “Error” in
JobDetailResultJob.Group[0].XQN[0].Detail
For ELJobIDMRN = 43718039 we get state = “Sent” in JobDetailResultJob.Group[0].XQN[0].Detail
However, we received JobDetailResultJob.JobState returning
“Complete” and “Posted” for both. None of them have more than one object in the XQN
array.
Can we use the JobState object to know if the fax was sent or if there are submittion were errors?
What is the best and more effective way to retrieve the status of a job?
Thank you.