Q1. What does "rate" mean? And And what does it mean when it's 1 & 0?
This is example about custom code.
Ex code----current.labels["pTime"].as(TrackedVariable).rate = 1;
Ex code----current.resetValue = current.labels["pTime"].as(TrackedVariable).rate;
Ex code---current.labels["pTime"].as(TrackedVariable).value = 0;
Ex code----current.labels["pTime"].as(TrackedVariable).rate = 0;
Q2. What does "1" mean at "getRowByKey(token.id, 1)"?
Ex code---Table timerTable = Table("TokenTimerTable");
Ex code---int row = timerTable.getRowByKey(token.id, 1);
if the number is "0" in "getRowByKey(token.id, 0)" , What does that mean?