Click or drag to resize

TaskTypeInfoIsPushTask Property

Gets a value indicating whether this task is a push task.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public bool IsPushTask { get; }

Property Value

Type: Boolean
if this task is a push task; otherwise, .
See Also