Modules.Zooflow: Add Error Message to profile data

This commit is contained in:
Jonathan Jenne 2020-12-15 11:04:27 +01:00
parent 7b035bd3f7
commit 07171c6973

View File

@ -12,12 +12,16 @@
Public CountDocs As Integer = 0
Public CountData As Integer = 0
Public IsMatched As Boolean = False
Public MatchedProcessID As Integer = 0
Public MatchedWindowID As Integer = 0
Public MatchedControlID As Integer = 0
Public SelectCommand As String
Public ErrorMessage As String = ""
Public Overrides Function Equals(obj As Object) As Boolean
Return Guid = DirectCast(obj, ProfileData).Guid
End Function