All Classes Namespaces Functions Properties Pages
Properties | List of all members
JobActivityIdentity Class Reference

Represents an activity in a job. More...

Properties

string ActivityName [get, set]
 Gets or sets the name of the activity. More...
 
short EmbeddedProcessCount [get, set]
 
string JobId [get, set]
 Gets or sets the job id. This is the job that the activity belongs to. More...
 
short NodeId [get, set]
 Gets or sets the node id. This is the node in the process which the activity is based upon. More...
 

Description

Represents an activity in a job.

Property Documentation

string ActivityName
getset

Gets or sets the name of the activity.

short EmbeddedProcessCount
getset

Gets or sets the EmbeddedProcessCount of the activity. Indicates the map level on which the node the activity is based on resides. If this parameter is 0 the map is the parent map, if it is 1 it is a child map and so on.

string JobId
getset

Gets or sets the job id. This is the job that the activity belongs to.

short NodeId
getset

Gets or sets the node id. This is the node in the process which the activity is based upon.