C# Class Paymetheus.Rpc.ProcessExtensions

Show file Open project: btcsuite/Paymetheus

Public Methods

Method Description
KillIfExecuting ( this process ) : void
WaitForExitAsync ( this process ) : Task

Method Details

KillIfExecuting() public static method

public static KillIfExecuting ( this process ) : void
process this
return void

WaitForExitAsync() public static method

public static WaitForExitAsync ( this process ) : Task
process this
return Task