require(["esri/tasks/datareviewer/BatchValidationJobInfo"], function(BatchValidationJobInfo) { /* code goes here */ });
Description
(Added at v3.14)
Encapsulates batch validation job execution details. Details include status, messages, geoprocessing and batch run IDs, and start and finish times. Job execution details are included in Batch Validation job details.
Batch Job Execution Details are empty until execution has started. Adhoc jobs contain details for a single execution. Scheduled jobs contain details for the last execution only.
See also
Samples
Search for
samples that use this class.
Properties
Property Details
Gets the batch run Id of the job execution.
Gets the finish time of the job execution.
Gets the job's geoprocessing Job Id.
Gets the URL of the geoprocessing service that executed the batch validation.
Gets batch validation messages.
Gets the start time of the job execution.
Gets the batch validation status. Status values are: Queued
, Executing
, Completed
, Failed
, Canceled
, TimedOut
, Unknown
.