_getStatus
Last updated
Return information about the Job status.
The ID of the Job to check.
FM_api('Job_getStatus', ['id' => '222404']);{'is_complete':'0'}The most common "is_complete" values are:
0: Not Complete
1: Complete
2: Processed
{'error':'That appointment does not exist'}Last updated