isFinished()

/**
 * @return bool
 *
 * This function checks if the coroutine has finished.
 */
public function isFinished() : bool;

This is the function that checks whether the Coroutine Scope is complete or not.

Last updated