ThreadCmd.stopThread Method¶
Module: ThreadCmd
Definition¶
Safely stops the thread, with an optional timeout to ensure the thread does not hang indefinitely.
int id3DevicesThreadCmd_StopThread (
ID3_DEVICES_THREAD_CMD hThreadCmd,
int timeoutMs)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.timeoutMs
intin The timeout in milliseconds.
Returns