pollStatus
function pollStatus(options): Promise<SPFetchResponse>;Defined in: packages/synapse-core/src/sp-fetch.ts:181
Poll for fetch completion.
Repeatedly calls the fetch endpoint until all pieces are complete or any piece fails. Since the endpoint is idempotent, this effectively polls for status updates.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
options | SPFetchPollOptions | The poll options |
Returns
Section titled “Returns”The final status when complete or failed