succeeded
succeeded(reply: Reply): boolean
Determines whether a parse reply indicates success.
This utility function simply reads the status from the reply and returns true if it is Status.Ok and false otherwise.
Parameters
reply: A parse reply, presumably the return value of a call toparse.
Returns
- Returns
trueif the reply was successful orfalseif it was not.