All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
JobProgressOutput Class Reference

Returns the job progress details of the recently executed job. More...

Public Member Functions

 JobProgressOutput ()
 Initializes a new instance of the JobProgressOutput class. More...
 

Properties

JobIdentity JobIdentity [get, set]
 Gets or sets Job Identity which uniquely identifies the newly created job. More...
 
JobStatus JobStatus [get, set]
 Gets or sets the current status of the job. The value is indicated in the table for the JobStatus enumeration.

EnumerationDescription
0Active
1Completed
2Terminated
3Suspended
4Pending Completion
5Locked
6Ready For Evaluation
7On Hold
8Awaiting Completion
9Awaiting Case Completion
10Awaiting Completion Terminated
11Awaiting Case Completion Terminated
More...
 
JobActivityInfoCollection ManualPendingActivities [get, set]
 Gets or sets the manual pending activities. More...
 

Description

Returns the job progress details of the recently executed job.

Constructor & Destructor Documentation

Initializes a new instance of the JobProgressOutput class.

Property Documentation

Gets or sets Job Identity which uniquely identifies the newly created job.

JobStatus JobStatus
getset

Gets or sets the current status of the job. The value is indicated in the table for the JobStatus enumeration.

EnumerationDescription
0Active
1Completed
2Terminated
3Suspended
4Pending Completion
5Locked
6Ready For Evaluation
7On Hold
8Awaiting Completion
9Awaiting Case Completion
10Awaiting Completion Terminated
11Awaiting Case Completion Terminated

JobActivityInfoCollection ManualPendingActivities
getset

Gets or sets the manual pending activities.