Interface Operation

    • Method Detail

      • getName

        String getName()
        Returns:
        operation name
      • cancel

        void cancel()
        Cancels the operation asynchronously.
      • canBeCancelled

        boolean canBeCancelled()
        Indicates whether this operation can be cancelled.
        Returns:
        true or false
      • isCancelled

        boolean isCancelled()
        Indicates whether this operation has been cancelled.
        Returns:
        true or false