getStatusRowError()
getStatusRowError() checks if the status is set to row error (STATUS_ROW).
Syntax
public bool getStatusRowError();
Returned Values
A boolean value which is true if the status is row error (statusType == TmResult.STATUS_ROW;
), and false if it is otherwise.