Hide Table of Contents
Class: ActivityType

Description

The ActivityType class represents an activity type template that gets logged on a job when a certain event is fired in the application.

Class hierarchy

esri.WorkflowManager.SupportClasses.ActivityType()

Properties

NameTypeSummary
desriptionStringThe description of the activity that happened.
idintThe ID of the activity that is logged.
messageStringThe message that will be logged when this type of activity occurs.
nameStringThe name of the activity that occured in the application.
Property Details

<String> description

The description of the activity that happened.

<int> ID

The ID of the activity that is logged.

<String> Message

The message that will be logged when this type of activity occurs.

<String> Name

The name of the activity that occured in the application.