Uses of Interface
com.veeva.vault.sdk.api.job.JobCancelOperation
Packages that use JobCancelOperation
Package
Description
This package provides interfaces to create job processors and execute asynchronous jobs.
-
Uses of JobCancelOperation in com.veeva.vault.sdk.api.job
Methods in com.veeva.vault.sdk.api.job that return JobCancelOperationModifier and TypeMethodDescriptionJobService.cancel(JobCancelRequest jobCancelRequest) Cancels one currently running job entry.JobCancelOperation.withErrorHandler(Consumer<JobCancelOperationError> errorHandler) Required: Sets a callback for handling failed job cancellation requests.JobCancelOperation.withSuccessHandler(Consumer<JobCancelResponse> successHandler) Optional: Sets a callback for handling successful job cancellation requests.