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()
Returns 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(String path,
SourceLocation sourceLocation,
String repositoryId,
String version,
ManifestProgram.ExecutionStatus executionStatus,
Long executionTime,
String executionStatusMessage,
Long size)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA