Search
Task.status Property
See Also
 






Gets or sets the status of the Task.

Namespace: MindFusion.Scheduling
Assembly: Task.js

 Syntax

JavaScript  Copy Code

get status() {}
set status(value) {}

 Property Value

One of the TaskStatus enumeration values.

 See Also