Forum Discussion
Koemets
4 years agoContributor
I believe you lliterally need to capture the status:
Dim MyTimeDimAppInfo As TimeDimAppInfoEx = New timeDimAppInfoEx
Dim statusMsg As String = batchInfo.GetCompleteBatchStatusMessage(si, MyTimeDimAppInfo, True, True)
The statusMsg will be the placeholder for the, well, status messages, that you can sort thru, display via error log or send by email. Something like:
If statusMsg.IndexOf("Validate Intersections")...
Related Content
- 9 months ago
- 4 months ago
- 11 months ago