Package com.veeva.vault.sdk.api.job
Interface JobQueueResult
public interface JobQueueResult
Contains information about a job started through
JobQueueOperation.execute().-
Method Summary
-
Method Details
-
getJobId
String getJobId()Returns the unique ID assigned to the queued job.- Returns:
- the unique String ID of the queued job
-