wasExecutedSuccessfully method

bool wasExecutedSuccessfully()

Implementation

bool wasExecutedSuccessfully()
{
    return this._successful && this._finished;
}