Interface ExportProgress

All Superinterfaces:
ActionProgress, Serializable

public interface ExportProgress extends ActionProgress
Interface providing access to the progress information of a project export.
Since:
4.0
See Also:
  • Method Details

    • getExportedBytes

      long getExportedBytes()
      Returns the count of exported bytes.
      Since:
      4.0
    • getException

      Exception getException()
      Since:
      4.0
    • getExportFiles

      List<ExportFile> getExportFiles()
      Since:
      4.1.24