Interface ExportProgressAttachment

The ExportProgressAttachment is the attachment of the ExportJobInterfaceSignal.ExportJobProgress signal sent by the ExportJobInterface when the progress of a file has changed.

This object stores information about the file offset that is modified. You may query the new state / progress with ExportJobInterface.getFileProgress and ExportJobInterface.getFileState.


Events

interface ExportProgressAttachment {
    fileOffset: number;
}

Properties

Properties

fileOffset: number

The fileOffset tells the offset inside the ExportJobInterface this event refers to.