brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
rejectAll
Function rejectAll
rejectAll
<
T
>
(
queue
:
TaskQueue
<
T
>
,
reason
:
unknown
)
:
TaskQueue
<
T
>
Reject all pending tasks with the given reason.
Type Parameters
T
Parameters
queue
:
TaskQueue
<
T
>
reason
:
unknown
Returns
TaskQueue
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Reject all pending tasks with the given reason.