omero::api::JobHandle
Overview
See JobHandle.html
Operation Index
- submit
-
- attach
-
- getJob
-
- jobStatus
-
- jobFinished
-
- jobMessage
-
- jobRunning
-
- jobError
-
- cancelJob
-
- setStatus
-
- setMessage
-
- setStatusAndMessage
-
Operations
string jobMessage() throws ServerError
bool jobRunning() throws ServerError
bool jobError() throws ServerError
void cancelJob() throws ServerError
string setStatus(string status) throws ServerError
string setMessage(string message) throws ServerError
string setStatusAndMessage(string status, RString message) throws ServerError