Interface ILineDifferExtension2


public interface ILineDifferExtension2
Extension interface for ILineDiffer.

Allows to query the suspension state.

Since:
3.3
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the receiver is suspended, false otherwise.
  • Method Details Link icon

    • isSuspended Link icon

      boolean isSuspended()
      Returns true if the receiver is suspended, false otherwise.
      Returns:
      true if the receiver is suspended, false otherwise