Version: Beta-4.1.1-r5927-b91

OmeroBlitz Api
Home Previous Up Next Index

omero::api::JobHandle

Overview

[ "ami", "amd" ] interface JobHandle extends StatefulServiceInterface

See JobHandle.html

Operation Index

submit
attach
getJob
jobStatus
jobFinished
jobMessage
jobRunning
jobError
cancelJob

Operations

long submit(model::Job j) throws ServerError

model::JobStatus attach(long jobId) throws ServerError

model::Job getJob() throws ServerError

model::JobStatus jobStatus() throws ServerError

RTime jobFinished() throws ServerError

string jobMessage() throws ServerError

bool jobRunning() throws ServerError

bool jobError() throws ServerError

void cancelJob() throws ServerError


Home Previous Up Next Index