PublicAPI.Processes.WorkflowTaskBase.SetFactWorkLog ELMA API Documentation
Set fact time report, in minutes
 
 
Syntax

public void SetFactWorkLog(
	TaskBase task,
	long minutes,
	DateTime startDate
)

Parameters

task
Type: TaskBase
Task. Object. Access path: PublicAPI.Processes.WorkflowTaskBase
minutes
Type: System Int64
Time spent, in minutes
startDate
Type: System DateTime
Start date
Examples

When using this method, the comment will not be added. See the function use case here
See Also