Version: Beta-4.2.0-r7571-b29

OmeroBlitz Api
Home Previous Up Next Index

omero::grid::ProcessorCallback

Overview

interface ProcessorCallback

Internal callback interface which is passed to the Processor::accepts method to query whether or not a processor will accept a certain operation.

Operation Index

isAccepted
responseRunning

Operations

void isAccepted(bool accepted, string sessionUuid, string processorConn)

void responseRunning(api::LongList jobIds)


Home Previous Up Next Index