adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportOptions Class / HoldJobs Field


In This Topic
    HoldJobs Field
    In This Topic
    Specifies whether to hold jobs.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public HoldJobs As Boolean
    [DataMember()]
    public bool HoldJobs
    [DataMember()]
    public:
    bool HoldJobs
    Remarks
    If HoldJobs is true, all jobs imported from the source will have their HoldType set to HoldType.DisableAll.
    See Also