Hide Table of Contents
esri
esri/arcgis
esri/dijit
esri/dijit/analysis
esri/dijit/geoenrichment
esri/dijit/geoenrichment/ReportPlayer
esri/geometry
esri/layers
esri/opsdashboard
esri/renderers
esri/symbols
esri/tasks
esri/tasks/datareviewer
esri/tasks/geoenrichment
esri/tasks/locationproviders
dojo.require("esri.tasks.datareviewer.BatchValidationJob");
| Name | Type | Summary |
|---|---|---|
| batchRunIds | String[] | Contains a list of batch run IDs, one for each batch validation execution associated with this batch validation job. |
| creationDate | Date | Gets job creation date. |
| jobId | String | Gets the Job Id. |
| jobInfo | BatchValidationJobInfo | Gets batch job execution details. |
| parameters | BatchValidationParameters | Gets batch job parameters. |
| status | String | Gets the job status. |
| type | String | Gets the job type. |
String[]> batchRunIds getBatchRunDetails.Date> creationDateString> jobIdBatchValidationJobInfo> jobInfoBatchValidationParameters> parametersString> statusScheduled,
Executing, and
Finished.String> typeadhoc or scheduled.