Gets a value indicating whether or not this Task is started. A start task has its CompletedEffort value greater than zero. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public bool IsStarted { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsStarted As Boolean

See Also