C# Класс HpToolsLauncher.Stopper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Start() публичный Метод

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
Результат void

Stopper() публичный Метод

public Stopper ( int milliSeconds ) : System
milliSeconds int
Результат System