Package omero.api
Interface AMD_JobHandle_setStatus
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_JobHandle_setStatus extends Ice.AMDCallback
Updates theJobStatus
for the current job. The previous status is returned as a string. If the status isCANCELLED
, this method is equivalent tocancelJob
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.lang.String __ret)
ice_response indicates that the operation completed successfully.
-