Preparing search index...
The search index is not available
Racunis
Racunis
@racunis/core
Job
Interface Job<TPayload>
Interface representing a job with a payload.
interface
Job
<
TPayload
>
{
createdAt
:
Date
;
errorMessage
?:
string
;
id
:
number
;
payload
:
TPayload
;
priority
:
number
;
state
:
JobState
;
updatedAt
:
Date
;
}
Type Parameters
TPayload
Index
Properties
created
At
error
Message?
id
payload
priority
state
updated
At
Properties
created
At
created
At
:
Date
Optional
error
Message
error
Message
?:
string
id
id
:
number
payload
payload
:
TPayload
priority
priority
:
number
state
state
:
JobState
updated
At
updated
At
:
Date
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
created
At
error
Message
id
payload
priority
state
updated
At
Racunis
Loading...
Interface representing a job with a payload.