1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 13:00:05 +00:00

docs(poll-job-state): added comments

This commit is contained in:
Yury Shkoda
2023-05-15 14:36:18 +03:00
parent 991519a13d
commit bd02656b3c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
export interface PollOptions {
maxPollCount: number
pollInterval: number
pollInterval: number // milliseconds
streamLog: boolean
logFolderPath?: string
}