Preparing search index...
The search index is not available
node-resque
node-resque
Job
Interface Job<TResult>
Type Parameters
TResult
Hierarchy
Job
Index
Properties
perform
plugin
Options?
plugins?
Properties
perform
perform
:
(
(
...
args
:
any
[]
)
=>
Promise
<
TResult
>
)
Type declaration
(
...
args
:
any
[]
)
:
Promise
<
TResult
>
Parameters
Rest
...
args:
any
[]
Returns
Promise
<
TResult
>
Optional
plugin
Options
plugin
Options
?:
{
[pluginName:
string
]
:
{
[key:
string
]
:
any
;
}
;
}
Type declaration
[
pluginName:
string
]:
{
[key:
string
]
:
any
;
}
[
key:
string
]:
any
Optional
plugins
plugins
?:
any
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
node-
resque
Job
perform
plugin
Options?
plugins?
Generated using
TypeDoc