1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-06-10 18:50:22 +00:00

feat(pollJobState): added ability to configure poll options

This commit is contained in:
Yury Shkoda
2020-11-30 10:21:49 +03:00
parent 505d85c256
commit 1b117a67aa
4 changed files with 38 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface PollOptions {
MAX_POLL_COUNT: number
POLL_INTERVAL: number
}
+1
View File
@@ -12,3 +12,4 @@ export * from './SASjsWaitingRequest'
export * from './ServerType'
export * from './Session'
export * from './UploadFile'
export * from './PollOptions'