Search
Task.setProgress Method
See Also
 






Sets the task progress measured in percents.

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

 Syntax

Java  Copy Code

public void setProgress (
    float value
)

 Parameters

value

A float value specifying the progress made on this task. The default is 0.

 See Also