poshbotio / PoshBot

Powershell-based bot framework
MIT License
536 stars 108 forks source link

Updated stopwatch to use restart #192

Closed jamesbr-ashn closed 4 years ago

jamesbr-ashn commented 4 years ago

Description

Restart allows the timer to keep going, whereas reset stops the timer. This update will implement a backend ping every 5 seconds instead of having a single backend ping occur.

Related Issue

191

Motivation and Context

It fixes the code to follow the logic presented by the code itself and inline comments

How Has This Been Tested?

Made the change directly to an installed module that was being debugged

Screenshots (if appropriate):

Types of changes

Checklist: