Forum Discussion

jsc's avatar
jsc
Regular Contributor
12 years ago
Solved

create a passed checkpoint from script

Hi all, can I somehow create a passed checkpoint from scripts? Currently my code looks like this:  if (averageOpenTime > allowedTime)     Log.Error(some text); els...