Hi,
I have done a self made Business Object and in that object I 've done an action where I have a Code-stage (I used Visual Basic).
In that code stage I get all the sessions that have a have a status Pending. For that I use gSv.GetFilteredSessions(...) -method. (I found this from the "Scheduler Pending Session Starter VOB" done and published by Blue Prism)
And now I really need information of the "Session Start Time". The same Start Time that I can see in the Blue Prism - Control Room (see the image attached).
I can't read the information from the database, since we don't have access to Blue Prisms tables. So the question is, is there any way of getting that information with Visual Basic code?