In my project I would like to be able to call a method after 3 minutes have passed. There is no \"main loop\" to speak of so I cannot use a stopwatch and constantly check if
After trying out several options, the method was not self-triggering. Hence, I used Javascript to solve the same problem as shown below.