Jira.js - Jira Cloud API library
Preparing search index...
AgileModels
Progress
Interface Progress
Represents the progress of a task.
interface
Progress
{
progress
:
number
;
total
:
number
;
}
Index
Properties
progress
total
Properties
progress
progress
:
number
The current progress value.
total
total
:
number
The total progress value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
progress
total
Jira.js - Jira Cloud API library
Loading...
Represents the progress of a task.