IS_CLOSED

val IS_CLOSED: String = "is_closed"

A flag that indicates a task is closed (no more work has to be done). This flag is read-only. Its value is 1 when STATUS equals STATUS_COMPLETED or STATUS_CANCELLED and 0 otherwise.

Value: Integer

read-only