Radarr/src/NzbDrone.Core/Messaging/Commands
Mark McDowall 280083f4d7 Fixed: Task progress messages in the UI
(cherry picked from commit c6417337812f3578a27f9dc1e44fdad80f557271)

Closes #9855
2024-03-22 11:15:16 +02:00
..
BackendCommandAttribute.cs Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
CleanupCommandMessagingService.cs Command queue 2015-03-16 22:07:02 -07:00
Command.cs Fixed: Task progress messages in the UI 2024-03-22 11:15:16 +02: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 Removed unused using statements 2016-12-23 13:45:24 -08:00
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 Command queue 2015-03-16 22:07:02 -07:00
CommandTrigger.cs Command queue 2015-03-16 22:07:02 -07:00
IExecute.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
MessagingCleanupCommand.cs Command queue 2015-03-16 22:07:02 -07:00
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