User Portlet User Portlet

Jayanta Phadikar
Discussions
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/72ec7b2e-ec29-42b5-8384-fc108f99198a
Hello Pål, It seems that TimeConstrained is supported only for queued evaluations. So this one works: Button["TestTimeConstrained", x = TimeConstrained[Do[i^2, {i, 10000000}], 1]; Print[x], Method -> "Queued"] -- Jayanta