File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -263,24 +263,6 @@ Wait for a token to be completed.
263
263
The token to wait for.
264
264
</ParamField >
265
265
266
- <ParamField query = " options" type = " object" optional >
267
- Options for the wait.
268
-
269
- <Expandable title = " properties" >
270
- <ParamField query = " releaseConcurrency" type = " boolean" optional >
271
- If set to true, this will cause the waitpoint to release the current run from the queue's concurrency.
272
-
273
- This is useful if you want to allow other runs to execute while waiting
274
-
275
- Note: It's possible that this run will not be able to resume when the waitpoint is complete if this is set to true.
276
- It will go back in the queue and will resume once concurrency becomes available.
277
-
278
- The default is ` false ` .
279
- </ParamField >
280
-
281
- </Expandable >
282
- </ParamField >
283
-
284
266
### returns
285
267
286
268
The ` forToken ` function returns a result object with the following properties:
You can’t perform that action at this time.
0 commit comments