Table of Contents

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 IShell

parent shell.

Methods

Run(Command)

Opens the output tool.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

The running task.