Uses of Enum Class
com.sas.lsaf.execution.job.JobSubmissionStatus.DetailStatus
Packages that use JobSubmissionStatus.DetailStatus
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of JobSubmissionStatus.DetailStatus in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return JobSubmissionStatus.DetailStatusModifier and TypeMethodDescriptionJobSubmissionStatus.getDetailStatus()Gets the detail status.Returns the enum constant of this class with the specified name.static JobSubmissionStatus.DetailStatus[]JobSubmissionStatus.DetailStatus.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 JobSubmissionStatus.DetailStatusModifierConstructorDescriptionJobSubmissionStatus(JobSubmissionStatus.SummaryStatus summaryStatus, JobSubmissionStatus.DetailStatus detailStatus, String statusMessage) The constructor.