Search
Task.progress Property
See Also
 






Gets or sets the progress of the Task.

Namespace: MindFusion.Scheduling
Assembly: Task.js

 Syntax

JavaScript  Copy Code

get progress() {}
set progress(value) {}

 Property Value

A Number that indicates the progress of the Task. Values should range from 0 to 100.

 See Also