Radarr/src/NzbDrone.Core/Messaging/Commands
Bogdan c987824174 Use 'var' instead of explicit type
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
2023-05-28 16:41:52 +03:00
..
BackendCommandAttribute.cs Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
CleanupCommandMessagingService.cs
Command.cs Don't block task queue for queued update task when there are longer running tasks 2022-11-29 21:44:03 -06:00
CommandEqualityComparer.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
CommandExecutor.cs Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
CommandFailedException.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
CommandModel.cs New: Add result to commands to report commands that did not complete successfully 2023-05-04 11:40:01 +03:00
CommandNotFoundException.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
CommandPriority.cs
CommandPriorityComparer.cs New: Schedule refresh and process monitored download tasks at high priority 2022-03-31 21:21:02 -05:00
CommandQueue.cs Don't block task queue for queued update task when there are longer running tasks 2022-11-29 21:44:03 -06:00
CommandQueueManager.cs Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
CommandRepository.cs New: Postgres Support 2022-04-03 00:06:30 +01:00
CommandResult.cs New: Add result to commands to report commands that did not complete successfully 2023-05-04 11:40:01 +03:00
CommandResultReporter.cs New: Add result to commands to report commands that did not complete successfully 2023-05-04 11:40:01 +03:00
CommandStatus.cs
CommandTrigger.cs
IExecute.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
MessagingCleanupCommand.cs
TestCommand.cs Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
TestCommandExecutor.cs Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
UnknownCommand.cs Skip unknown/removed commands still queued in the database 2020-05-03 12:17:10 -04:00
UnknownCommandExecutor.cs New: Use RadarrApi For MovieInfo 2020-05-20 11:00:20 -04:00