Name

executing? — Returns the previous status of an executed statement

Synopsis

statementObj.executing?

Description

#executing? returns the previous status of an executed statement. If it finished executing, true is returned. Otherwise, false is returned. This does not execute the statement again. It merely examines an instance variable in which the previous return value of #execute was saved.