waitForSnapshot(snapshotId: string, options: WaitForSnapshotOptions = {}): Promise<Snapshot>| Name | Type | Description |
|---|---|---|
snapshotId* | string | Snapshot UUID. |
options | WaitForSnapshotOptions | Default: {}Polling options (timeout, pollInterval). |
Poll until a snapshot reaches "ready" or "failed" status.