TransferBatchState
Defined in: src/transfers/resumableBatch.ts:127
Persisted batch progress: which plan steps have completed.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
completedStepIds | string[] | Step ids that completed successfully, in completion order. | src/transfers/resumableBatch.ts:133 |
planId | string | Plan this state belongs to. | src/transfers/resumableBatch.ts:131 |
updatedAtMs | number | Epoch ms when this state was last updated. | src/transfers/resumableBatch.ts:135 |
version | 1 | Record schema version. | src/transfers/resumableBatch.ts:129 |