| Package | Description |
|---|---|
| com.veeva.vault.sdk.api.job |
This package provides interfaces to create job processors and execute asynchronous jobs.
|
| Modifier and Type | Method and Description |
|---|---|
JobTask |
JobProcessContext.getCurrentTask()
Returns a
JobTask object for the current task, which contains task information. |
| Modifier and Type | Method and Description |
|---|---|
List<JobTask> |
JobCompletionContext.getErrorTasks()
Retrieves the list of tasks in this
Job that completed with errors or failed. |
List<JobTask> |
JobCompletionContext.getSuccessTasks()
Retrieves the list of tasks in this
Job that completed successfully. |
List<JobTask> |
JobCompletionContext.getTasks()
Deprecated.
as of 22R2.2, replaced by
JobCompletionContext.getSuccessTasks() and JobCompletionContext.getErrorTasks().
Retrieves the list of tasks in this Job. |
Copyright © Veeva Systems 2017–2022. All rights reserved.