Search
Task.setStatus Method
See Also
 






Sets the status of this task.

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

 Syntax

Java  Copy Code

public void setStatus (
    TaskStatus value
)

 Parameters

value

One of the TaskStatus constants. The default is TaskStatus.NotStarted.

 See Also