ThreadCmd.setThreadWorkerWait Method¶
Module: ThreadCmd
Definition¶
Adjusts the worker thread’s wait time, optimizing thread responsiveness or conserving resources.
int id3DevicesThreadCmd_SetThreadWorkerWait (
ID3_DEVICES_THREAD_CMD hThreadCmd,
int waitMs)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.waitMs
intin The waiting time.
Returns