Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: BatchValidationJobInfo

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

NameTypeSummary
batchRunIdStringGets the batch run Id of the job execution.
finishTimeUTCDateGets the finish time of the job execution.
gpJobIdStringGets the job's geoprocessing Job Id.
gpUrlStringGets the URL of the geoprocessing service that executed the batch validation.
messagesStringGets batch validation messages.
startTimeUTCDateGets the start time of the job execution.
statusStringGets the batch validation status.
Property Details

<String> batchRunId

Gets the batch run Id of the job execution.

<Date> finishTimeUTC

Gets the finish time of the job execution.

<String> gpJobId

Gets the job's geoprocessing Job Id.

<String> gpUrl

Gets the URL of the geoprocessing service that executed the batch validation.

<String> messages

Gets batch validation messages.

<Date> startTimeUTC

Gets the start time of the job execution.

<String> status

Gets the batch validation status. Status values are: Queued, Executing, Completed, Failed, Canceled, TimedOut, Unknown.
Show Modal