Relativity.Transfer.Paths.IPathStatusChecker
namespace Relativity.Transfer.Paths
{
public interface IPathStatusChecker
{
bool IsCompleted(TransferPathStatus status);
bool IsRetrayable(TransferPathStatus status);
}
}