C# Class HpToolsLauncher.Stopper

Afficher le fichier Open project: hpsa/hp-application-automation-tools-plugin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Stopper() public méthode

public Stopper ( int milliSeconds ) : System
milliSeconds int
Résultat System