Click or drag to resize

Ookii.Jumbo.Jet.Jobs Namespace

Provides types for creating and reading job configurations, as well as the base types used for JobRunners in JetShell.
Classes
  ClassDescription
Public classAdditionalProgressCounter
Provides information about additional progress counters in the JobConfiguration.
Public classBaseJobRunner
Base class for job runners that provides interactive prompting and output file checking support.
Public classInputStageInfo
Provides information about an input stage to the AddStage(String, Type, Int32, InputStageInfo) method.
Public classJobConfiguration
Provides configuration information for a specific job.
Public classJobRunnerInfo
Provides information about a job runner.
Public classJobSettingAttribute
Indicates that a property should be added to the job settings for a job.
Public classSchedulerOptions
Provides job configuration options to configure the behaviour of the scheduler.
Public classSettingsDictionary
Provides settings for a job configuration.
Public classStageConfiguration
Provides the configuration for a stage in a job. A stage is a collection of tasks that perform the same function but on different inputs.
Public classTaskTypeInfo
Interfaces
  InterfaceDescription
Public interfaceIJobRunner
Interface for classes that provide job running services.
Enumerations
  EnumerationDescription
Public enumerationTaskRecordReuse
The record reuse option used by a task.