HH\Asio\ResultOrExceptionWrapper::isSucceeded

Indicates whether the Awaitable associated with this wrapper exited normally

public function isSucceeded(): bool;

If isSucceeded() returns true, isFailed() returns false.

Returns

  • bool - true if the Awaitable succeeded; false otherwise.