Search
Task.setEstimatedCost Method
See Also
 






Sets the estimated cost of this task.

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

 Syntax

Java  Copy Code

public void setEstimatedCost (
    float value
)

 Parameters

value

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

 See Also