Extends
lithium\core\StaticObject
Returns the state of the `ErrorHandler`, indicating whether or not custom error/exception
handers have been regsitered.
Returns
voidSource
public static function isRunning() {
return static::$_isRunning;
}