process method

process

Charges a plugin to process with defined options

Returns

An ResultContainer object containing the result of the processing

def process(self, options):
    ...
ParameterTypeDescription
optionsIPluginOptionsAn options object containing instructions for the plugin

See Also