cpf.documentGetProcessingStatus( doc as String ) as String?
Determine the document's current processing status, if any. The status will be one of "created", "updated", "deleted", "active", or "done".
Parameters | |
---|---|
doc | The URI of the document. |
const cpf = require('/MarkLogic/cpf/cpf'); cpf.documentGetProcessingStatus('/myDocs/example.xml');