Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
This commit is contained in:
Damon Kaswell
2022-11-28 08:05:22 -08:00
parent 77c207ccba
commit 6eefcb8780
@@ -463,7 +463,7 @@ export class IncrementalIngestionDatabaseManager {
}
/**
* Starts the cancel process for the current
* Starts the cancel process for the current ingestion.
* @param ingestionId - string
* @param message - string (optional)
*/
@@ -478,7 +478,7 @@ export class IncrementalIngestionDatabaseManager {
}
/**
* Completes the cancel process and triggers a new
* Completes the cancel process and triggers a new ingestion.
* @param ingestionId - string
*/
async setProviderCanceled(ingestionId: string) {