component output = 'false' accessors = 'true' { public any function init() { return this; } public any function testFunc(numeric testVal) { thread action="run" { sleep(testVal); } return true; } }