mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-14 23:50:06 +00:00
chore(poll-job-status): renamed PollOptions to PollStrategy and added docs
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export interface PollOptions {
|
||||
export interface PollStrategy {
|
||||
maxPollCount: number
|
||||
pollInterval: number // milliseconds
|
||||
streamLog: boolean
|
||||
logFolderPath?: string
|
||||
}
|
||||
|
||||
export type PollStrategies = PollStrategy[]
|
||||
@@ -10,6 +10,6 @@ export * from './SASjsConfig'
|
||||
export * from './SASjsRequest'
|
||||
export * from './Session'
|
||||
export * from './UploadFile'
|
||||
export * from './PollOptions'
|
||||
export * from './PollStrategy'
|
||||
export * from './WriteStream'
|
||||
export * from './ExecuteScript'
|
||||
|
||||
Reference in New Issue
Block a user