wait
(Not recommended) Block MATLAB until background operation completes
This session
object function is not recommended. Use DataAcquisition
object functions instead. See Version History.
Syntax
Description
wait(
blocks MATLAB® until the background operation completes. To abort the wait, press
Ctrl+C.s
)
Tips
You cannot call wait
if you have set the session
IsContinuous property to
true
. To terminate the operation in this case, use
the stop
function.