fix(docs): move callback of Worker.waitForClose to the end of param list (#20966)
This commit is contained in:
parent
e444632dec
commit
eadcab6b9f
|
|
@ -118,8 +118,8 @@ Optional argument to pass to [`param: expression`].
|
||||||
|
|
||||||
Performs action and waits for the Worker to close.
|
Performs action and waits for the Worker to close.
|
||||||
|
|
||||||
### param: Worker.waitForClose.callback = %%-java-wait-for-event-callback-%%
|
|
||||||
* since: v1.9
|
|
||||||
|
|
||||||
### option: Worker.waitForClose.timeout = %%-wait-for-event-timeout-%%
|
### option: Worker.waitForClose.timeout = %%-wait-for-event-timeout-%%
|
||||||
* since: v1.9
|
* since: v1.9
|
||||||
|
|
||||||
|
### param: Worker.waitForClose.callback = %%-java-wait-for-event-callback-%%
|
||||||
|
* since: v1.9
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue