Exemplo n.º 1
0
 public static bool IsSyncthingRunning()
 {
     return(ProcessHelper.IsProcessOpen("syncthing"));
 }
Exemplo n.º 2
0
 public bool IsSyncthingRunning()
 {
     return(_activeProcess != null || (!string.IsNullOrEmpty(Settings.Default.SyncthingPath) && ProcessHelper.IsProcessOpen(Settings.Default.SyncthingPath)));
 }