terminateServiceStatusUrl
terminateServiceStatusUrl(
options):string
Defined in: packages/synapse-core/src/sp/terminate-service.ts:82
Build the termination status URL for a data set, pollable with waitForTerminateService. Useful for resuming tracking of a previously requested termination.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
options | { dataSetId: bigint; serviceURL: string; } |
options.dataSetId | bigint |
options.serviceURL | string |
Returns
Section titled “Returns”string