Add caveat to IngestManager.isIngestRunning

This commit is contained in:
Richard Cordovano 2014-12-18 09:54:34 -05:00
parent 2cba098749
commit 1f539b53b7

View File

@ -470,7 +470,8 @@ public class IngestManager {
}
/**
* Queries whether or not any ingest jobs are in progress.
* Queries whether or not any ingest jobs are in progress, at least at the
* moment of the query.
*
* @return True or false.
*/