PublicAPI.Processes.Objects.ProcessMetricValue.GetMetricByName ELMA API Documentation
Get metric by name
 
 
Syntax

public ProcessMetric GetMetricByName(
	WorkflowProcess process,
	string metricName
)

Parameters

process
Type: WorkflowProcess
Process. Object. Access path: PublicAPI.Processes.WorkflowProcess
metricName
Type: System String
Metric name

Return Value

Type: ProcessMetric
Metric
See Also