Interface ImportProgress

All Superinterfaces:
ActionProgress, Serializable

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

    • getOperationProgress

      float getOperationProgress()
      Returns current import operation progress value between 0 and 1.0 or -1. A value of -1 means indeterminate operation progress.
      Since:
      4.0
    • getThrowable

      Throwable getThrowable()
      Since:
      4.0
    • getProjectId

      long getProjectId()
      Return the project id of the currently imported project. -1 if not known.
      Since:
      4.0
    • getErrorCount

      int getErrorCount()
      The Error count of non-fatal import errors
      Since:
      4.0.21