void SetTimeout( TimeInterval tiTimeout );
Name | Description | |
---|---|---|
in | tiTimeout | Timeout time (in milliseconds). |
Sets a timeout for asynchronous processes.
If tiTimeout milliseconds have passed since an asynchronous process started and the process has not yet ended (its state is still CallInProgress
), then its state automatically transitions to CallFailure
and the qResult
obtained by the GetOutcome
function is QRESULT(Core, Timemout)
.
CONFIDENTIAL