mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Because it's 2016!
This commit is contained in:
@@ -4,29 +4,11 @@ namespace NzbDrone.Core.Messaging.Commands
|
||||
{
|
||||
public abstract class Command
|
||||
{
|
||||
public virtual bool SendUpdatesToClient
|
||||
{
|
||||
get
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
public virtual bool SendUpdatesToClient => false;
|
||||
|
||||
public virtual bool UpdateScheduledTask
|
||||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
public virtual bool UpdateScheduledTask => true;
|
||||
|
||||
public virtual string CompletionMessage
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Completed";
|
||||
}
|
||||
}
|
||||
public virtual string CompletionMessage => "Completed";
|
||||
|
||||
public string Name { get; private set; }
|
||||
public DateTime? LastExecutionTime { get; set; }
|
||||
|
Reference in New Issue
Block a user