Package 

Enum PayUAsyncTask.Status

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum PayUAsyncTask.Status
    
                        

    Indicates the current status of the task. Each status will be set only onceduring the lifetime of a task.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PENDING

      Indicates that the task has not been executed yet.

      RUNNING

      Indicates that the task is running.

      FINISHED

      Indicates that onPostExecute has finished.