Description
      The JobType class is a collection of job type properties like name, state, category and description.
      Class hierarchy
      esri.WorkflowManager.SupportClasses.JobType()
      Properties
      
        |
        | category | string | A category to group other similar job types. | 
        | description | string | A description of the job type. | 
        | id | int | A unique identifier for the job type. | 
        | name | string | The name of the job type. | 
        | state | JobTypeState | The state of the job type - (DRAFT=0, ACTIVE=1, RETIRED=2). | 
        
      
     Property Details
      
        
        A category to group other similar job types.
       
      
        
        A description of the job type.
       
      
        
        A unique identifier for the job type.
       
        
        
        The name of the job type.
       
      
        
        The state of the job type.