mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Store Task StartTime, Show Duration in UI
This commit is contained in:
@@ -26,6 +26,7 @@ namespace NzbDrone.Core.Messaging.Commands
|
||||
|
||||
public string Name { get; private set; }
|
||||
public DateTime? LastExecutionTime { get; set; }
|
||||
public DateTime? LastStartTime { get; set; }
|
||||
public CommandTrigger Trigger { get; set; }
|
||||
public bool SuppressMessages { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user