Search
Task.progress Property
See Also
 






Gets or sets the progress of the Task.

Namespace: MindFusion.Scheduling
File: Task.js

 Syntax

JavaScript  Copy Code

get progress() {}

 Property Value

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

 See Also