C# Class Microsoft.VisualStudio.R.Package.Repl.Shiny.StopShinyAppCommand

Inheritance: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
StopShinyAppCommand ( IRInteractiveWorkflow interactiveWorkflow ) : Microsoft.Common.Core

Protected Methods

Method Description
Handle ( ) : void
SetStatus ( ) : void

Method Details

Handle() protected method

protected Handle ( ) : void
return void

SetStatus() protected method

protected SetStatus ( ) : void
return void

StopShinyAppCommand() public method

public StopShinyAppCommand ( IRInteractiveWorkflow interactiveWorkflow ) : Microsoft.Common.Core
interactiveWorkflow IRInteractiveWorkflow
return Microsoft.Common.Core