eCheckResult
This page covers the description of the eCheckResult enumeration
public class eCheckResult {
public static final int CH_CHECK_ERROR = 0;
public static final int CH_CHECK_OK = 1;
public static final int CH_CHECK_WAS_NOT_DONE = 2;
}Last updated