Class ViewOutputCommandHandler
- Namespace
- Loehnert.Lisrt.Scripting.OutputTool.Commands
- Assembly
- Loehnert.Lisrt.Scripting.dll
Command handler for the ViewOutputCommandDefinition.
[CommandHandler]
public class ViewOutputCommandHandler : ScriptCommandHandlerBase<ViewOutputCommandDefinition>, ICommandHandler<ViewOutputCommandDefinition>, ICommandHandler
- Inheritance
-
ViewOutputCommandHandler
- Implements
- Inherited Members
Constructors
ViewOutputCommandHandler(IShell)
Initializes a new instance of the ViewOutputCommandHandler class.
[ImportingConstructor]
public ViewOutputCommandHandler(IShell shell)
Parameters
shell
IShellparent shell.
Methods
Run(Command)
Opens the output tool.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.
Returns
- Task
The running task.