Files
duplicati/Duplicati/Library/Common/ILiveControls.cs
T

6 lines
94 B
C#
Raw Normal View History

2024-03-15 16:51:01 +01:00
namespace Duplicati.Library.IO;
public interface ILiveControls
{
bool IsPaused { get; }
}