Agenda - v6.0.0
GitHub
npm
v4.x Docs
Preparing search index...
JobsResult
Interface JobsResult<DATA>
Result of jobs query with state computation
interface
JobsResult
<
DATA
=
unknown
>
{
jobs
:
JobWithState
<
DATA
>
[]
;
total
:
number
;
}
Type Parameters
DATA
=
unknown
Index
Properties
jobs
total
Properties
jobs
jobs
:
JobWithState
<
DATA
>
[]
total
total
:
number
Total count (before pagination, after state filter)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
jobs
total
GitHub
npm
v4.x Docs
Agenda - v6.0.0
Loading...
Result of jobs query with state computation