PocketPlanner Programmer's Guide

Task.Progress Property

See Also

Gets or sets the task progress measured in percents.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public float Progress { get; set; }

Visual Basic

Public Property Progress As Single

 Property Value

A float value specifying the progress made on this task. The default is 0.

 See Also