Interface PDFBackgroundTask

    • Method Detail

      • isPaused

        boolean isPaused()
        Return true if the task has been paused with the pause() method
      • unpause

        void unpause()
        Unpause the task after a call to pause()
      • isRunning

        boolean isRunning()
        Returns true if the task is still running