1. OG data type - ExportRun

    Artikel: AN0001698Aktualisiert:
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    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

     

×