Uses of Class
com.sas.lsaf.execution.job.ManifestProgram.ExecutionStatus
-
Packages that use ManifestProgram.ExecutionStatus 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. -
-
Uses of ManifestProgram.ExecutionStatus in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return ManifestProgram.ExecutionStatus Modifier and Type Method Description ManifestProgram.ExecutionStatus
ManifestProgram. getExecutionState()
Gets the execution status of the program.static ManifestProgram.ExecutionStatus
ManifestProgram.ExecutionStatus. valueOf(java.lang.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.Constructors in com.sas.lsaf.execution.job with parameters of type ManifestProgram.ExecutionStatus Constructor Description ManifestProgram(ManifestFile manifestFile, ManifestProgram.ExecutionStatus executionStatus, java.lang.Long executionTime, java.lang.String executionStatusMessage)
It is not intended or recommended that the consumer of this API construct these objects.
-