teleport-sdk.waitforrelaytaskconfirmation
Home > teleport-sdk > waitForRelayTaskConfirmation
waitForRelayTaskConfirmation() function
Signature:export declare function waitForRelayTaskConfirmation(taskId: string, pollingIntervalMs?: number, timeoutMs?: number): Promise<string>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| taskId | string | |
| pollingIntervalMs | number | (Optional) |
| timeoutMs | number | (Optional) |
Promise<string>