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.SummaryStatus |
JobSubmissionStatus.getSummaryStatus()
Gets the summary status.
|
static JobSubmissionStatus.SummaryStatus |
JobSubmissionStatus.SummaryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSubmissionStatus.SummaryStatus[] |
JobSubmissionStatus.SummaryStatus.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.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>