Package zowe.client.sdk.zosjobs.types
Class JobStatus
- java.lang.Object
-
- zowe.client.sdk.zosjobs.types.JobStatus
-
public class JobStatus extends Object
The possible job status strings (as specified by the z/OSMF documentation). Used in the Jobs APIs for monitoring job status, etc.- Version:
- 4.0
- Author:
- Frank Giordano
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobStatus.TypeJob statuses
-
Constructor Summary
Constructors Constructor Description JobStatus()
-
-
-
Field Detail
-
Order
public static final String[] Order
The "order" indicates the logical order of job progression within the system. Used to determine if the job will NEVER enter the status requested on the API (e.g., if the status is OUTPUT, the job will never be ACTIVE)
-
-