_countIncomplete
Last updated
Returns the number of Jobs with an "Incomplete" Status as an integer.
FM_api('Jobs_countIncomplete');Returns the number of incomplete Job IDs found:
(One incomplete Job in this example)
{"ids":"1"}(Three incomplete Jobs in this example)
{"ids":"3"}Last updated