C# Class HpToolsLauncher.Stopper

Exibir arquivo Open project: hpsa/hp-application-automation-tools-plugin Class Usage Examples

Public Methods

Method Description
Start ( ) : void

Creates timer in seconds to replace thread.sleep due to ui freezes in jenkins. Should be replaced in the future with ASync tasks

Stopper ( int milliSeconds ) : System

Method Details

Start() public method

Creates timer in seconds to replace thread.sleep due to ui freezes in jenkins. Should be replaced in the future with ASync tasks
public Start ( ) : void
return void

Stopper() public method

public Stopper ( int milliSeconds ) : System
milliSeconds int
return System