ThreadCmd.waitForCmdEnded Method¶
Module: ThreadCmd
Definition¶
Waits for a specified command to complete, offering mechanisms to poll command status and apply a timeout.
int id3DevicesThreadCmd_WaitForCmdEnded (
    ID3_DEVICES_THREAD_CMD hThreadCmd,
    void * hevent,
    int pooltime,
    int timeout)
Parameters
hThreadCmdID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.heventvoid *in The event.pooltimeintin The pool time, in milliseconds.timeoutintin The timeout, in milliseconds.
Returns