Click or drag to resize

IJobInfo Properties

The IJobInfo type exposes the following members.

Properties
 NameDescription
Public propertyConfiguration Gets the configuration of the job.
Public propertyErrorCount Gets the number of task attempts that encountered an error.
Public propertyFinishedTaskCount Gets the number of tasks that have successfully finished.
Public propertyJobId The the ID of the job.
Public propertyJobName Gets the display name of the job.
Public propertyStages Gets the stages of this job, in the order in which they should be scheduled.
Public propertyTaskServers Gets job-specific information about the task servers.
Public propertyUnscheduledTaskCount Gets the number of unscheduled tasks.
Top
See Also