Gets or sets the estimated duration of the Task.
Namespace: MindFusion.Scheduling
File: Task.js
JavaScript Copy Code |
---|
get estimatedDuration() {} |
A Number that specifies the duration of the task measured in minutes.
The 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 |