Ergo::isStarted PHP Method

isStarted() public static method

Whether the application instance is started.
public static isStarted ( )
    public static function isStarted()
    {
        return self::$_started;
    }