Search
Task.getStatus Method
See Also
 






Gets the status of this task.

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

 Syntax

Java  Copy Code

public TaskStatus getStatus ()

 Return Value

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

 See Also