_countIncomplete

Returns the number of Jobs with an "Incomplete" Status as an integer.

Example

FM_api('Jobs_countIncomplete');

Results

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