Method of ITextDocument
Checks if specific is still running (so its results are not up-to-date)
var pbVal = TextDocument.IsJobRunning(sJobID);
==== Visual Basic Script ====
pbVal = TextDocument.IsJobRunning sJobID
==== C++ ====
VARIANT_BOOL bVal; HRESULT hr = TextDocument.IsJobRunning(sJobID, &bVal);
===== See Also ===== ITextDocument