Package | Description |
---|---|
com.sas.hls.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 |
---|---|
JobStatus.SummaryStatus |
JobStatus.getSummaryStatus()
Get the summary status
|
static JobStatus.SummaryStatus |
JobStatus.SummaryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus.SummaryStatus[] |
JobStatus.SummaryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobStatus.setSummaryStatus(JobStatus.SummaryStatus summaryStatus)
Set the summary status
|
Constructor and Description |
---|
JobStatus(JobStatus.SummaryStatus summaryStatus)
Constructor
|
JobStatus(JobStatus.SummaryStatus summaryStatus,
JobStatus.DetailStatus detailStatus,
String statusMessage)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA