Preparing search index...
The search index is not available
node-resque
node-resque
Job
Interface Job<TResult>
interface
Job
<
TResult
>
{
perform
:
(
...
args
:
any
[]
)
=>
Promise
<
TResult
>
;
pluginOptions
?:
{
[
pluginName
:
string
]:
{
[
key
:
string
]:
any
}
}
;
plugins
?:
any
[]
;
}
Type Parameters
TResult
Index
Properties
perform
plugin
Options?
plugins?
Properties
perform
perform
:
(
...
args
:
any
[]
)
=>
Promise
<
TResult
>
Optional
plugin
Options
pluginOptions
?:
{
[
pluginName
:
string
]:
{
[
key
:
string
]:
any
}
}
Optional
plugins
plugins
?:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
perform
plugin
Options
plugins
node-resque
Loading...