Initializes a new instance of the Task class.
Namespace: MindFusion.Scheduling
File: Task.js
SyntaxJavaScript
Copy Code
|
|---|
function Task () |
ExampleThe following code creates a new Task in 10 days with high priority, estimated duration of 5 hours (300 minutes) and adds it to the tasks list of a schedule:
JavaScript
Copy Code
|
|---|
var p = MindFusion.Scheduling; // create a task |
See Also