Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::NoProcessorAvailable

Overview

exception NoProcessorAvailable extends ResourceError

A script cannot be executed because no matching processor was found.

Data Member Index

processorCount
Number of processors that responded to the inquiry.

Data Members

int processorCount;

Number of processors that responded to the inquiry. If 1 or more, then the given script was not acceptable (e.g. non-official) and a specialized processor may need to be started.


Home Previous Up Next Index