ClientSuite: Improve WorkerManager

This commit is contained in:
Jonathan Jenne
2019-06-14 14:18:14 +02:00
parent f1c0a1efd6
commit d3b5955b45
5 changed files with 71 additions and 43 deletions

View File

@@ -3,6 +3,7 @@
Namespace Workers
Public Interface IWorker
ReadOnly Property Interval As Integer
ReadOnly Property Name As String
Sub Setup()
Sub Teardown()