RemoteItemMover, Startup/Exit handler refactor
This commit is contained in:
@@ -2,5 +2,5 @@ namespace FileTime.App.Core.Services;
|
||||
|
||||
public interface IExitHandler
|
||||
{
|
||||
Task ExitAsync();
|
||||
Task ExitAsync(CancellationToken token = default);
|
||||
}
|
||||
@@ -2,5 +2,5 @@ namespace FileTime.App.Core.Services.Persistence;
|
||||
|
||||
public interface ITabPersistenceService : IStartupHandler, IExitHandler
|
||||
{
|
||||
void SaveStates();
|
||||
void SaveStates(CancellationToken token = default);
|
||||
}
|
||||
Reference in New Issue
Block a user