User Portlet
Discussions |
---|
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 |