Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed May 4, 2019
1 parent aa4b681 commit aee7eb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/recorder.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Promise description should be passed as first parameter.
- `taskName` **any**
- `fn` **any** (optional, default `undefined`)
- `force` **any** (optional, default `false`)
- `retry` **[boolean][1]** true: it will retries if `retryOpts` set.
false: ignore `retryOpts` and won't retry. (optional, default `true`)

### errHandler

Expand Down Expand Up @@ -57,3 +59,5 @@ Adds a promise which throws an error into a chain
### toString

Get a state of current queue and tasks

[1]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean

0 comments on commit aee7eb9

Please sign in to comment.