Forum Discussion
joel_johnson
13 years agoOccasional Contributor
I don't have a code snippet because I am using a keyword test to handle the event. Basically it says,
If Last Operation Result = False (I am trying to say if the checkpoint failed)
->Log Warning (I want it to log a warning instead of an error).
Else
->Log message "checkpoint passed."
If Last Operation Result = False (I am trying to say if the checkpoint failed)
->Log Warning (I want it to log a warning instead of an error).
Else
->Log message "checkpoint passed."