Version: 4.3.4-dbcbce5a-b4

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