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
hThreadCmdID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.waitMsintin The waiting time.
Returns