Click or drag to resize

TaskRecordReuse Enumeration

The record reuse option used by a task.

Namespace: Ookii.Jumbo.Jet.Jobs
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public enum TaskRecordReuse
Members
Member nameValueDescription
NotAllowed0 The task doesn't allow record reuse.
Allowed1 The task allows record reuse.
PassThrough2 The task allows record reuse only if its output allows record reuse.
See Also