Hello,
Could you please tell me whether it's always necessary to call functions in the following order -
UseTrial()
ExtendTrial()
Or can I directly call ExtendTrial()?
Unfortunately, my machine has already been activated and I can't verify whether ExtendTrial() will work if I haven't previously called UseTrial.
Could you please tell me whether it's always necessary to call functions in the following order -
UseTrial()
ExtendTrial()
Yes, it's always necessary. All the examples and articles show that. As well as the code-file docs for the functions themselves.