All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ProcessViewerData2 Class Reference

Specifies the job properties, customize and restart access details, and maps the details with runtime status in XML format. This class is not inherited from ProcessViewerData due to JobProperties and SubJobProperties member type is changed and encountered a DataContractJsonSerializer issue when we call GetJobViewerData2 and GetSubJobViewerData2 API's. More...

Public Member Functions

 ProcessViewerData2 ()
 Initializes a new instance of the ProcessViewerData2 class. More...
 

Properties

JobBreakpointCollection Breakpoints [get, set]
 Gets or sets the breakpoints. More...
 
bool HasCustomizeAccess [get, set]
 Gets or sets a value indicating whether this instance has customize access. More...
 
bool HasRestartAccess [get, set]
 Gets or sets a value indicating whether this instance has restart access. More...
 
string JobId [get, set]
 Gets or sets the job identifier. More...
 
JobProperties3 JobProperties [get, set]
 Gets or sets the job properties. More...
 
string MapDataXml [get, set]
 Gets or sets the map data XML. More...
 
ProcessDebugInfo ProcessDebugInfo [get, set]
 Gets or sets the debug info to be returned when debugging a process(DebugJob API) More...
 
SubJobProperties2 SubJobProperties [get, set]
 Gets or sets the sub job properties. More...
 
Variable2Collection VariablesUsedInJob [get, set]
 Gets or sets the variables used in the job. More...
 

Description

Specifies the job properties, customize and restart access details, and maps the details with runtime status in XML format. This class is not inherited from ProcessViewerData due to JobProperties and SubJobProperties member type is changed and encountered a DataContractJsonSerializer issue when we call GetJobViewerData2 and GetSubJobViewerData2 API's.

Constructor & Destructor Documentation

Initializes a new instance of the ProcessViewerData2 class.

Property Documentation

JobBreakpointCollection Breakpoints
getset

Gets or sets the breakpoints.

The breakpoints.

bool HasCustomizeAccess
getset

Gets or sets a value indicating whether this instance has customize access.

bool HasRestartAccess
getset

Gets or sets a value indicating whether this instance has restart access.

string JobId
getset

Gets or sets the job identifier.

The job identifier.

JobProperties3 JobProperties
getset

Gets or sets the job properties.

string MapDataXml
getset

Gets or sets the map data XML.

ProcessDebugInfo ProcessDebugInfo
getset

Gets or sets the debug info to be returned when debugging a process(DebugJob API)

SubJobProperties2 SubJobProperties
getset

Gets or sets the sub job properties.

The sub job properties.

Variable2Collection VariablesUsedInJob
getset

Gets or sets the variables used in the job.

The variables used in map.