mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Added CommandStartedEvent
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
namespace NzbDrone.Common.Messaging
|
||||
{
|
||||
public class CommandExecutedEvent : IEvent
|
||||
public class CommandStartedEvent : IEvent
|
||||
{
|
||||
public ICommand Command { get; private set; }
|
||||
|
||||
public CommandExecutedEvent(ICommand command)
|
||||
public CommandStartedEvent(ICommand command)
|
||||
{
|
||||
Command = command;
|
||||
}
|
||||
|
Reference in New Issue
Block a user