@cpod/sdk - v0.2.7
Preparing search index...
TaskHistory
Interface TaskHistory
Task history entry
interface
TaskHistory
{
id
:
string
;
task_id
:
string
;
task_uuid
:
string
;
status
:
TaskStatus
;
started_at
:
string
;
completed_at
?:
string
;
output
?:
unknown
;
error
?:
string
;
cron_enabled
?:
boolean
;
}
Index
Properties
id
task_
id
task_
uuid
status
started_
at
completed_
at?
output?
error?
cron_
enabled?
Properties
id
id
:
string
task_
id
task_id
:
string
task_
uuid
task_uuid
:
string
status
status
:
TaskStatus
started_
at
started_at
:
string
Optional
completed_
at
completed_at
?:
string
Optional
output
output
?:
unknown
Optional
error
error
?:
string
Optional
cron_
enabled
cron_enabled
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
task_
id
task_
uuid
status
started_
at
completed_
at
output
error
cron_
enabled
@cpod/sdk - v0.2.7
Loading...
Task history entry