| isProcessingComplete: function() |
True if the document is done processing. A document is processed once and only once, the first time it is viewed. After calling this function, you might want to check Document::isProcessingSuccess() to make sure the conversion was successful.
Parameters
none
Returns
boolean
Example
var complete = document.isProcessingComplete();