Table of Contents

Class ExitCommandHandler

Namespace
Gemini.Modules.Shell.Commands
Assembly
Gemini.dll
[CommandHandler]
public class ExitCommandHandler : CommandHandlerBase<ExitCommandDefinition>, ICommandHandler<ExitCommandDefinition>, ICommandHandler
Inheritance
ExitCommandHandler
Implements
Inherited Members

Constructors

ExitCommandHandler(IShell)

[ImportingConstructor]
public ExitCommandHandler(IShell shell)

Parameters

shell IShell

Methods

Run(Command)

Runs the command.

public override Task Run(Command command)

Parameters

command Command

Associated command.

Returns

Task

A task that represents the command execution.