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

Contains the job information. More...

Public Member Functions

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

Properties

DateTime CreationDateTime [get, set]
 Gets or sets the date and time the job was created. More...
 
ResourceIdentity Creator [get, set]
 Gets or sets the unique identifier for the creator of the Job. This parameter can also be used as criteria. More...
 
JobIdentity JobIdentity [get, set]
 Gets or sets the job id. More...
 
ProcessIdentity Process [get, set]
 Gets or sets the process details. More...
 
DateTime StartDateTime [get, set]
 Gets or sets the start date time. More...
 
JobStatus Status [get, set]
 Gets or sets the status for the Job. The status is based on 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...
 

Description

Contains the job information.

Constructor & Destructor Documentation

JobInfo ( )

Initializes a new instance of the JobInfo class.

Property Documentation

DateTime CreationDateTime
getset

Gets or sets the date and time the job was created.

ResourceIdentity Creator
getset

Gets or sets the unique identifier for the creator of the Job. This parameter can also be used as criteria.

Gets or sets the job id.

ProcessIdentity Process
getset

Gets or sets the process details.

DateTime StartDateTime
getset

Gets or sets the start date time.

JobStatus Status
getset

Gets or sets the status for the Job. The status is based on 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