validateStatus
array public static \Bitrix\Tasks\TemplateTable::validateStatus( );
This method returns validators for the field STATUS
(Task meta status).
No parameters
Statuses
- const METASTATE_VIRGIN_NEW = -2; // no views
- const METASTATE_EXPIRED = -1; // expired
- const METASTATE_EXPIRED_SOON = -3; // almost overdue. Deadline - 24 hours , cannot be configured.
- const STATE_NEW = 1; // new, not used
- const STATE_PENDING = 2; // Pending === Accepted // accepted, not used
- const STATE_IN_PROGRESS = 3; // in progress. for all by default
- const STATE_SUPPOSEDLY_COMPLETED = 4; // partially completed. Needs confirmation for other participants
- const STATE_COMPLETED = 5; // completed
- const STATE_DEFERRED = 6; // deferred
- const STATE_DECLINED = 7; // declined, not used
© «Bitrix24», 2001-2024