PublicAPI.Processes.Objects.ProcessMetricValue.IncrementMetricValue ELMA API Documentation
Increase the metric value
 
 
Syntax

public void IncrementMetricValue(
	ProcessMetric processMetric,
	TimeSpan value,
	DateTime period,
	User executor
)

Parameters

processMetric
Type: ProcessMetric
Metric
value
Type: System TimeSpan
Value (minutes)
period
Type: System DateTime
Period
executor
Type: User
Executor. Object. Access path: PublicAPI.Portal.Security.User
See Also