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

public void SetFactWorkLog(
	TaskBase task,
	long minutes,
	string comment
)

Parameters

task
Type: TaskBase
Task. Object. Access path: PublicAPI.Processes.WorkflowTaskBase
minutes
Type: System Int64
Time spent, in minutes
comment
Type: System String
Comment
Examples

When using this method, the current date will be set as the start date. See the function use case here
See Also