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 theAwaitable
succeeded;false
otherwise.