Interface TransactionResult


public interface TransactionResult
TransactionResult
Since:
1.0.0.2
Author:
creatorfromhell
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if the operation was successful.
  • Method Details

    • success

      boolean success()
      Check if the operation was successful.
      Returns:
      true if the operation was successful, false otherwise