Package | Description |
---|---|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
Modifier and Type | Method and Description |
---|---|
JobSubmissionStatus.DetailStatus |
JobSubmissionStatus.getDetailStatus()
Gets the detail status.
|
static JobSubmissionStatus.DetailStatus |
JobSubmissionStatus.DetailStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSubmissionStatus.DetailStatus[] |
JobSubmissionStatus.DetailStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JobSubmissionStatus(JobSubmissionStatus.SummaryStatus summaryStatus,
JobSubmissionStatus.DetailStatus detailStatus,
String statusMessage)
The constructor.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA