Search
Task.setActualCost Method
See Also
 






Sets the actual cost of this task.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setActualCost (
    float value
)

 Parameters

value

A float value specifying the task's actual cost. The default is 0.

 See Also