bunqueue
v2.9
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/tcp/types
PendingCommand
Interface PendingCommand
interface
PendingCommand
{
command
:
Record
<
string
,
unknown
>
;
id
:
number
;
promise
?:
Promise
<
Record
<
string
,
unknown
>
>
;
reject
:
(
error
:
Error
)
=>
void
;
reqId
:
string
;
resolve
:
(
value
:
Record
<
string
,
unknown
>
)
=>
void
;
timeout
:
Timeout
;
}
Index
Properties
command
id
promise?
reject
req
Id
resolve
timeout
Properties
command
command
:
Record
<
string
,
unknown
>
id
id
:
number
Optional
promise
promise
?:
Promise
<
Record
<
string
,
unknown
>
>
reject
reject
:
(
error
:
Error
)
=>
void
req
Id
reqId
:
string
resolve
resolve
:
(
value
:
Record
<
string
,
unknown
>
)
=>
void
timeout
timeout
:
Timeout
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
command
id
promise
reject
req
Id
resolve
timeout
Guide
GitHub
bunqueue
Loading...