Forum Discussion
Koemets
3 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
- 2 months ago
- 7 months ago
- 9 months ago