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

public void SetFactWorkLog(
	TaskBase task,
	long minutes
)

Parameters

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

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