didFinishSuccessfully property

bool didFinishSuccessfully
getter/setter pair

Check if the last function finished successfully.

If the last function finished successfully, this will return true. Otherwise, it will return false.

Keep in mind that this will only return the status of the last function called. If you want to check the status of multiple functions, you have to call this function after each function call.

Implementation

bool didFinishSuccessfully = false;