mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-09 08:39:34 -04:00
6 lines
94 B
C#
6 lines
94 B
C#
namespace Duplicati.Library.IO;
|
|
|
|
public interface ILiveControls
|
|
{
|
|
bool IsPaused { get; }
|
|
} |