Each time you call it, this variable is assigned in order to tell you if op is working:
curl_multi_exec($ch, $running);
After that, $running non-zero if operations are still running. If so, you will have to call it again (usually in a loop).
source share