Somebody already asked you what “Status” is and you didn’t answer. What is Status when you’re checking v.Status == "Passed"
?
This is gonna make a difference, @MillerrIAm.
Status is a string value.
It checks if string = “Passed”
You should be checking v.Status.Value
instead of v.Status
then
Ok.
I can’t believe I made that mistake.
It happens a lot, it is kinda embarrassing…
Yay! Now I can release to the public!
After I finish it. lol
Adding:
Pass/Fail command.