PercentDoneMixin
Properties
6
Properties
6Class hierarchy
Identifies an object as an instance of PercentDoneMixin class, or subclass thereof.
Identifies an object as an instance of PercentDoneMixin class, or subclass thereof.
Progress
isCompleted: Boolean
Indicates if the task is complete (its percent completion is 100% (or greater)).
isInProgress: Boolean
Indicates if the task is in progress (its percent completion is greater than zero and less than 100%).
isStarted: Boolean
Indicates if the task is started (its percent completion is greater than zero).
renderedPercentDone: Number
Human-friendly rounding. When task is completed < 99%, it rounds the value. It floors value between 99 and 100, to not show task as completed when it is for example 99.51% done.
Fields
1
Fields
1percentDone: Number
The current status of a task, expressed as the percentage completed (integer from 0 to 100)