@cpod/sdk - v0.2.7
Preparing search index...
DashboardTaskStats
Interface DashboardTaskStats
Task statistics
interface
DashboardTaskStats
{
total_tasks
:
number
;
completed
:
number
;
pending
:
number
;
failed
:
number
;
in_progress
?:
number
;
total_tasks_today
?:
number
;
last_five_tasks
?:
{
id
:
string
;
task_name
:
string
;
status
:
string
;
created_at
:
string
;
}
[]
;
top_tasks_with_names
?:
{
task_name
:
string
;
count
:
number
}
[]
;
by_expert
?:
Record
<
string
,
number
>
;
}
Index
Properties
total_
tasks
completed
pending
failed
in_
progress?
total_
tasks_
today?
last_
five_
tasks?
top_
tasks_
with_
names?
by_
expert?
Properties
total_
tasks
total_tasks
:
number
completed
completed
:
number
pending
pending
:
number
failed
failed
:
number
Optional
in_
progress
in_progress
?:
number
Optional
total_
tasks_
today
total_tasks_today
?:
number
Optional
last_
five_
tasks
last_five_tasks
?:
{
id
:
string
;
task_name
:
string
;
status
:
string
;
created_at
:
string
;
}
[]
Optional
top_
tasks_
with_
names
top_tasks_with_names
?:
{
task_name
:
string
;
count
:
number
}
[]
Optional
by_
expert
by_expert
?:
Record
<
string
,
number
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
total_
tasks
completed
pending
failed
in_
progress
total_
tasks_
today
last_
five_
tasks
top_
tasks_
with_
names
by_
expert
@cpod/sdk - v0.2.7
Loading...
Task statistics