*/ public static function values(): array { return [ self::NOT_STARTED, self::STARTED, self::IN_PROGRESS, self::COMPLETED, ]; } }