wangzhibo
2026-05-09 53418655c061ac26f66058253f39200aced1ab1d
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
/**
 * The default time interval to wait before sending the next polling request.
 */
export const POLL_INTERVAL_IN_MS = 2000;
/**
 * The closed set of terminal states.
 */
export const terminalStates = ["succeeded", "canceled", "failed"];
//# sourceMappingURL=constants.js.map