Run task from DetailsScreen

I’m using the Simple Grid with Video and Details page (.zip) app as a base for my channel.
I want to run a separate Task inside DetailsScreen.brs but I don’t even know where it needs to be created or how to invoke it

What are you trying to do with it?

I want to use this line CreateObject(“roUrlTransfer”) to invoke a curl, which seems to require it’s own thread to execute