09-08-2023
This commit is contained in:
11
Connectors.Form/Modules/ISync.vb
Normal file
11
Connectors.Form/Modules/ISync.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Imports System.Threading.Tasks
|
||||
|
||||
Public Interface ISync
|
||||
Property Name As String
|
||||
Property IsLoggedIn() As Boolean
|
||||
Function Run() As Task
|
||||
Function Cleanup() As Task
|
||||
Function TestConfigIsComplete() As Boolean
|
||||
|
||||
Event OnLogEntry As EventHandler(Of String)
|
||||
End Interface
|
||||
Reference in New Issue
Block a user