PublicAPI.KPI.Objects.KpiTask.AddComment ELMA API Documentation
Add a comment to the task
 
 
Syntax

public void AddComment(
	KpiTask task,
	string comment
)

Parameters

task
Type: KpiTask
Task. Object. Access path: PublicAPI.KPI.Objects.KpiTask
comment
Type: System String
Comment
See Also