add optional restart save timeout

This commit is contained in:
zznty
2024-11-09 19:28:27 +07:00
parent d15985e918
commit 7ea0a4f8b9
3 changed files with 6 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ namespace Torch
string LoginToken { get; set; }
UpdateSource UpdateSource { get; set; }
List<string> Packages { get; set; }
int RestartSaveTimeout { get; set; }
void Save(string path = null);
}