Interface JobCancelRequest


public interface JobCancelRequest
Represents a job cancellation request which can be submitted through JobService.cancel(JobCancelRequest).

Build an instance of this request using JobService.newCancelJobRequestBuilder(). Once built, submit it via JobService.cancel(JobCancelRequest), which returns a JobCancelOperation to handle the result.