Gimp.ModuleState

The possible states a Gimp.Module can be in.

ModuleState.ERROR

Missing Gimp.Module.register function or other error.

ModuleState.LOADED

An instance of a type implemented by this module is allocated.

ModuleState.LOAD_FAILED

Gimp.Module.register returned False.

ModuleState.NOT_LOADED

There are no instances allocated of types implemented by this module.