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-trueif theAwaitablesucceeded;falseotherwise.