Interface MountOperationResult


public interface MountOperationResult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The user requested the mount operation
    to be aborted
    static final int
    The request was fulfilled and the
    user specified data is now available
    static final int
    The request was unhandled (i.e. not
    implemented)
  • Field Details

    • HANDLED

      static final int HANDLED
      The request was fulfilled and the
      user specified data is now available
      See Also:
    • ABORTED

      static final int ABORTED
      The user requested the mount operation
      to be aborted
      See Also:
    • UNHANDLED

      static final int UNHANDLED
      The request was unhandled (i.e. not
      implemented)
      See Also: