NuDeploy.Core.Services.Installation.PowerShell.PipelineExecutor.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            if (this.pipeline.PipelineStateInfo.State == PipelineState.NotStarted)
            {
                this.pipeline.Input.Close();
                this.pipeline.InvokeAsync();
            }
        }