Package omero.api

Interface AMD_JobHandle_cancelJob

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_JobHandle_cancelJob
    extends Ice.AMDCallback
    Marks a job for cancellation. Not every processor will check for the cancelled flag for a running job, but no non-running job will start if it has been cancelled.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response()
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response()
        ice_response indicates that the operation completed successfully.