Preparing search index...
The search index is not available
TrueForm API
TrueForm API
experimental
JobRecord
Type alias JobRecord<T>
Job
Record
<
T
>
:
{
createdAt
:
string
;
error
:
JobError
|
null
;
id
:
string
;
progress
:
number
;
result
:
T
|
null
;
state
:
JobState
;
updatedAt
:
string
;
}
Type Parameters
T
Type declaration
created
At
:
string
error
:
JobError
|
null
id
:
string
progress
:
number
result
:
T
|
null
state
:
JobState
updated
At
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TrueForm API
Loading...