Click or drag to resize

IJobInfo Interface

Provides information about a job to a scheduler.

Namespace: Ookii.Jumbo.Jet.Scheduling
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface IJobInfo

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