@resonatehq/sdk
Preparing search index...
TaskRecord
Type Alias TaskRecord
type
TaskRecord
=
{
id
:
string
;
pid
?:
string
;
resumes
:
string
[]
|
number
|
boolean
;
state
:
"pending"
|
"acquired"
|
"suspended"
|
"halted"
|
"fulfilled"
;
ttl
?:
number
;
version
:
number
;
}
Index
Properties
id
pid?
resumes
state
ttl?
version
Properties
id
id
:
string
Optional
pid
pid
?:
string
resumes
resumes
:
string
[]
|
number
|
boolean
state
state
:
"pending"
|
"acquired"
|
"suspended"
|
"halted"
|
"fulfilled"
Optional
ttl
ttl
?:
number
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
pid
resumes
state
ttl
version
@resonatehq/sdk
Loading...