Uses of Enum Class
com.sas.lsaf.execution.job.ManifestProgram.ExecutionStatus
Packages that use ManifestProgram.ExecutionStatus
Package
Description
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.ExecutionStatusModifier and TypeMethodDescriptionManifestProgram.getExecutionState()Gets the execution status of the program.Returns the enum constant of this class with the specified name.static ManifestProgram.ExecutionStatus[]ManifestProgram.ExecutionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.execution.job with parameters of type ManifestProgram.ExecutionStatusModifierConstructorDescriptionManifestProgram(ManifestFile manifestFile, ManifestProgram.ExecutionStatus executionStatus, Long executionTime, String executionStatusMessage) It is not intended or recommended that the consumer of this API construct these objects.