Class ViewErrorListCommandHandler
Command handler for the ViewErrorListCommandDefinition.
[CommandHandler]
public class ViewErrorListCommandHandler : ScriptCommandHandlerBase<ViewErrorListCommandDefinition>, ICommandHandler<ViewErrorListCommandDefinition>, ICommandHandler
- Inheritance
-
ViewErrorListCommandHandler
- Implements
- Inherited Members
Constructors
ViewErrorListCommandHandler(IShell)
Initializes a new instance of the ViewErrorListCommandHandler class.
[ImportingConstructor]
public ViewErrorListCommandHandler(IShell shell)
Parameters
shell
IShellparent shell.
Methods
Run(Command)
Opens an IErrorList in the active shell.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.
Returns
- Task
The running task.