1. OG data type - ExportRun

    Article: AN0001698Updated:

    This object stores data from one export start.

    Object properties

     

    Name Description
    int ExportId Id of the export.
    DateTime DateTimeStart Time of the export start.
    DateTime? DateTimeEnd Time of the export end.
    PersonInfo Person User that started the export. If this property is NULL, export was started by ObjectGears system.
    int? ResultRow Number of exported rows.
    int ResultStatus

    Export state:

    0 - Export was successfully finished

    2 - There was an error during export processing

    3 - Export is going on just now

    4 - Export was cancelled

     

×