Interface OnceStatus


public interface OnceStatus
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the function has not been called yet.
    static final int
    the function call is currently in progress.
    static final int
    the function has been called.
  • Field Details

    • NOTCALLED

      static final int NOTCALLED
      the function has not been called yet.
      See Also:
    • PROGRESS

      static final int PROGRESS
      the function call is currently in progress.
      See Also:
    • READY

      static final int READY
      the function has been called.
      See Also: