Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
JobState |
DXJob.StateTransition.getNewState()
Returns the state of the job after the transition.
|
JobState |
DXJob.Describe.getState()
Returns the state of the job.
|
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DXSearch.FindExecutionsRequestBuilder<T> |
DXSearch.FindExecutionsRequestBuilder.withState(JobState... states)
Only returns executions in one of the specified job states.
|
Copyright © 2023. All Rights Reserved.