Method Pike.__Backend()->remove_call_out()
- Method remove_call_out
intremove_call_out(function(:void)f)
intremove_call_out(arrayid)- Description
Remove a call out from the call out queue.
This function finds the first call to the function f in the call_out queue and removes it. You can also give a call out id as argument (as returned by call_out()).
- Returns
The remaining time in seconds left to that call out will be returned. If no call_out was found, zero_type(remove_call_out(f)) will return 1.
- See also
- Method remove_call_out
intremove_call_out(function(:void)f)
intremove_call_out(arrayid)- Description
Remove a call out from the call out queue.
This function finds the first call to the function f in the call_out queue and removes it. You can also give a call out id as argument (as returned by call_out()).
- Returns
The remaining time in seconds left to that call out will be returned. If no call_out was found, zero_type(remove_call_out(f)) will return 1.
- See also