This validator validates objects and stores the results. The stored results can then be printed or revalidated.
The revalidation only revalidates the parts that are not already valid.
Objects can either be VALID, PENDING, and INVALID. Pending meaning that it still awaits data not yet available, and it may be revalidated once that data is available.
This validator validates objects and stores the results. The stored results can then be printed or revalidated. The revalidation only revalidates the parts that are not already valid. Objects can either be
VALID
,PENDING
, andINVALID
. Pending meaning that it still awaits data not yet available, and it may be revalidated once that data is available.