Add startuptime and update creationDate
This commit is contained in:
@@ -18,6 +18,11 @@ namespace Managing.Domain.Bots
|
||||
/// <returns>TimeSpan representing the runtime, or TimeSpan.Zero if the bot is not running</returns>
|
||||
TimeSpan GetRuntime();
|
||||
|
||||
/// <summary>
|
||||
/// The time when the bot was first started (creation date)
|
||||
/// </summary>
|
||||
DateTime StartupTime { get; }
|
||||
|
||||
string Identifier { get; set; }
|
||||
void SaveBackup();
|
||||
void LoadBackup(BotBackup backup);
|
||||
|
||||
Reference in New Issue
Block a user