03-15-2017 01:56 PM
I want to get the start date-time which is also logged in the TestStand report under "startDateTime" tag. And, I want this during the sequence execution.
Can anyone tell me which variable I should be looking for in the TS engine?
Thanks
Solved! Go to Solution.
03-15-2017 06:14 PM
Found the answer. The start date and time is stored in these variables:
RunState.Root.Locals.ModelData.StartDate
RunState.Root.Locals.ModelData.StartTime