scripting:api:document-iterator:done

Action unknown: addtobook

Done

Property of IDocumentIterator

Indicates that iterator reached end of collection

Read-Only Property of type VARIANT_BOOL

var bVal = DocumentIterator.Done;
bVal = DocumentIterator.Done
VARIANT_BOOL bVal;
HRESULT hr = DocumentIterator.get_Done(&bVal);