-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.17.0](v1.16.2...v1.17.0) (2021-04-16) ### Features * **job:** consider waiting-children state ([2916dd5](2916dd5))
- Loading branch information
1 parent
9d5767b
commit dcb5f5b
Showing
5 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [bullmq](./bullmq.md) > [Job](./bullmq.job.md) > [isWaitingChildren](./bullmq.job.iswaitingchildren.md) | ||
|
||
## Job.isWaitingChildren() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
isWaitingChildren(): Promise<boolean>; | ||
``` | ||
<b>Returns:</b> | ||
|
||
Promise<boolean> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters