adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportExportOptions Class / IncludeJobHistory Field


In This Topic
    IncludeJobHistory Field
    In This Topic
    Include the job history (status, instances, and log messages) when exporting or importing a job. This option must be set for both the export and the import.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public IncludeJobHistory As Boolean
    [DataMember()]
    public bool IncludeJobHistory
    [DataMember()]
    public:
    bool IncludeJobHistory
    See Also