Uses of Enum Class
com.veeva.vault.sdk.api.job.TaskState
Packages that use TaskState
Package
Description
This package provides interfaces to create job processors and execute asynchronous jobs.
-
Uses of TaskState in com.veeva.vault.sdk.api.job
Methods in com.veeva.vault.sdk.api.job that return TaskStateModifier and TypeMethodDescriptionTaskOutput.getState()Retrieves the task state for a specific state.static TaskStateReturns the enum constant of this class with the specified name.static TaskState[]TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.veeva.vault.sdk.api.job with parameters of type TaskState