Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
ide updater
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jun 30, 2024
1 parent 6a8ec57 commit 40a6ffb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/OneWare.Essentials/Services/IApplicationStateService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ public interface IApplicationStateService
public void RemoveState(ApplicationProcess key, string finishMessage = "Done");

public Task TerminateActiveDialogAsync();

public void RegisterShutdownAction(Action action);

public void ExecuteShutdownActions();

public void TryShutdown();
}
1 change: 1 addition & 0 deletions src/OneWare.Essentials/Services/IPaths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ public interface IPaths
public string NativeToolsDirectory { get; }
public string PluginsDirectory { get; }
public string ChangelogUrl { get; }
public string UpdateInfoUrl { get; }
}

0 comments on commit 40a6ffb

Please sign in to comment.