Class ProcessingFinishedStatus


  • public class ProcessingFinishedStatus
    extends java.lang.Object
    Enumeration contains a set of constants that define scanning process completion status
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NOT_READY
      Processing is not finished
      static int READY
      Processing is finished
      static int TIMEOUT
      Processing is finished by timeout
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessingFinishedStatus

        public ProcessingFinishedStatus()