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 |
---|---|
ManifestProgram.ExecutionStatus |
ManifestProgram.getExecutionState()
Gets the execution status of the program.
|
static ManifestProgram.ExecutionStatus |
ManifestProgram.ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManifestProgram.ExecutionStatus[] |
ManifestProgram.ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ManifestProgram(ManifestFile manifestFile,
ManifestProgram.ExecutionStatus executionStatus,
Long executionTime,
String executionStatusMessage)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>