public static function stop()
    {
        self::update();

        self::$start        = false;
        self::$time_stop    = time();
    }