Skip to content

TransferBatchState

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

Persisted batch progress: which plan steps have completed.

PropertyTypeDescriptionDefined in
completedStepIdsstring[]Step ids that completed successfully, in completion order.src/transfers/resumableBatch.ts:133
planIdstringPlan this state belongs to.src/transfers/resumableBatch.ts:131
updatedAtMsnumberEpoch ms when this state was last updated.src/transfers/resumableBatch.ts:135
version1Record schema version.src/transfers/resumableBatch.ts:129