Search
Task Class
See Also
 






Instances of this class contain task information. Task objects are used by schedule items that are allocated to some task.

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

 Syntax

Java  Copy Code

public class Task extends Resource

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.model.Resource
        com.mindfusion.scheduling.model.Task

 See Also