Hide Table of Contents
Class: JobType

Description

The JobType class is a collection of job type properties like name, state, category and description.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobType()

Properties

NameTypeSummary
categorystringA category to group other similar job types.
descriptionstringA description of the job type.
idintA unique identifier for the job type.
namestringThe name of the job type.
stateJobTypeStateThe state of the job type - (DRAFT=0, ACTIVE=1, RETIRED=2).
Property Details

<string> category

A category to group other similar job types.

<string> description

A description of the job type.

<int> id

A unique identifier for the job type.

<string> name

The name of the job type.

<JobTypeState> state

The state of the job type.