flowChartMonitorInfo
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Contains information about an executing flow chart.
XML
Elements
| name (type) |
min/max occurs |
description |
|
namespace (string)
|
0/1 |
Returns the name of this flow chart.
|
|
description (string)
|
0/1 |
Returns the description for this flow chart.
|
|
actions/action (actionInfo)
|
0/unbounded |
Returns list of ActionInfo.
|
|
uniqueId (int)
|
0/1 |
Returns the hashCode of the name property.
|
JSON
| property |
type |
description |
| namespace |
namespace (string)
|
Returns the name of this flow chart.
|
| description |
description (string)
|
Returns the description for this flow chart.
|
| actions |
array of actions/action (actionInfo)
|
Returns list of ActionInfo.
|
| uniqueId |
uniqueId (int)
|
Returns the hashCode of the name property.
|