mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-11 14:20:05 +00:00
feat(poll-strategy): added subsequentStrategies to PollStrategy
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
export interface PollStrategy {
|
||||
maxPollCount: number
|
||||
pollInterval: number // milliseconds
|
||||
streamLog: boolean
|
||||
subsequentStrategies?: PollStrategy[]
|
||||
streamLog?: boolean
|
||||
logFolderPath?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user