Gets or sets the subject of the Task.
Namespace: MindFusion.Scheduling
Assembly: Task.js
SyntaxJavaScript
Copy Code
|
|---|
get subject() {} |
A string value that indicates the subject.
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