require(["esri/tasks/NAMessage"], function(NAMessage) { /* code goes here */ });
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
TYPE_ABORT | TBA |
TYPE_EMPTY | TBA |
TYPE_ERROR | TBA |
TYPE_INFORMATIVE | TBA |
TYPE_PROCESS_DEFINITION | TBA |
TYPE_PROCESS_START | TBA |
TYPE_PROCESS_STOP | TBA |
TYPE_WARNING | TBA |
Properties
description | String | A description of the network analyst message. |
type | Number | The network analyst message type, see constants table for a list of values. |
Property Details
A description of the network analyst message.
The network analyst message type, see constants table for a list of values.