Interface JobCancelResponse


public interface JobCancelResponse
Represents a successful attempt to cancel a job.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the ID of the cancelled job instance.
  • Method Details

    • getJobId

      String getJobId()
      Retrieves the ID of the cancelled job instance.
      Returns:
      the ID of the cancelled job instance