getStatusBatchError()
getStatusBatchError() checks if the status is a batch error (STATUS_BATCH). Returns true if the status is a batch error and false, if the status is otherwise.
Note
Example: If a calling program runs is not from a main thread, this method must be called before all other APIs.
!yaml
public bool getStatusBatchError();
Returned Values
A boolean value which is true if the status is batch error (statusType == TmResult.STATUS_BATCH;
), and false if it is otherwise.