Returning media object in background task

This (task.get_return_value() actually isn’t possible with Media objects):

Instead, you have to return a key that will let you retrieve the media object from a data table, as Owen says.

3 Likes