Class 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:
    2.0
    Author:
    Frank Giordano
    • 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 that is requested on the API (e.g. if the status is OUTPUT, the job will never be ACTIVE)
    • Constructor Detail

      • JobStatus

        public JobStatus()