Returns whether the callback identified by the given callback identifier is currently enabled.
string $callbackId The callback identifier.:
bool `true` if the callback is currently enabled, otherwise `false`.
public static function isEnabled(string $callbackId) : bool { return self::getDriver()->isEnabled($callbackId); }