Thread:fetchData

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: 2018.10
Class: Thread

Description

Returns any data sent by thread sendData call.

local success, ... = thread:fetchData()

Return values

success: (boolean) if there is data to be retrieved
...: (misc) any number of arguments provided by sendData calls