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

dojo.require("esri.tasks.NAMessage")

Description

(Added at v1.4)
Represents a message generated during the execution of a network analyst task. It is composed of a message type and description. NAMessage has no constructor.

Samples

Search for samples that use this class.

Constants

NameDescription
TYPE_ABORTTBA
TYPE_EMPTYTBA
TYPE_ERRORTBA
TYPE_INFORMATIVETBA
TYPE_PROCESS_DEFINITIONTBA
TYPE_PROCESS_STARTTBA
TYPE_PROCESS_STOPTBA
TYPE_WARNINGTBA

Properties

NameTypeSummary
descriptionStringA description of the network analyst message.
typeNumberThe network analyst message type, see constants table for a list of values.
Property Details

<String> description

A description of the network analyst message.

<Number> type

The network analyst message type, see constants table for a list of values.
Show Modal