Elgg\Ajax\Response::isCancelled PHP Method

isCancelled() public method

public isCancelled ( )
    public function isCancelled()
    {
        return $this->cancelled;
    }