Enum Task.StatusEnum

java.lang.Object
java.lang.Enum<Task.StatusEnum>
com.xero.models.project.Task.StatusEnum
All Implemented Interfaces:
Serializable, Comparable<Task.StatusEnum>, java.lang.constant.Constable
Enclosing class:
Task

public static enum Task.StatusEnum extends Enum<Task.StatusEnum>
Status of the task. When a task of ChargeType is `FIXED` and the rate amount is invoiced the status will be set to `INVOICED` and can't be modified. A task with ChargeType of `TIME` or `NON_CHARGEABLE` cannot have a status of `INVOICED`. A `LOCKED` state indicates that the task is currently changing state (for example being invoiced) and can't be modified.