PluginInfo.isAvailable

Check if the plugin is available.

A plugin is marked as not available when there is no loader available to load it, or when there has been an error when trying to load it previously. If not available then @error will be set.

class PluginInfo
bool
isAvailable
()

Return Value

Type: bool

%TRUE if the plugin is available.

Throws

GException on failure.

Meta