Skip to content

ResumableBatchResult

Defined in: src/transfers/resumableBatch.ts:270

Result returned by runResumableBatch.

PropertyTypeDescriptionDefined in
completebooleanWhether every executable step in the plan has now completed.src/transfers/resumableBatch.ts:280
completedStepIdsstring[]Every executable step id completed so far, across all runs.src/transfers/resumableBatch.ts:276
previouslyCompletedStepIdsstring[]Step ids skipped this run because a prior run already completed them.src/transfers/resumableBatch.ts:274
remainingStepIdsstring[]Executable step ids still incomplete after this run.src/transfers/resumableBatch.ts:278
summaryTransferQueueSummaryQueue drain summary for the steps executed in this run.src/transfers/resumableBatch.ts:272