PercentDoneMixin

Properties

6

Class hierarchy

isPercentDoneMixin: Boolean= truereadonly
Identifies an object as an instance of PercentDoneMixin class, or subclass thereof.
isPercentDoneMixin: Boolean= truereadonlystatic
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).

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
percentDone: Number

The current status of a task, expressed as the percentage completed (integer from 0 to 100)