Gets a value that indicates whether the specified task item has its work started, based on the completion value.
You should call Initialize(Boolean, Boolean, Boolean) method before this call.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public bool HasStarted( TaskItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function HasStarted ( _ item As TaskItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Windows.Data..::..TaskItem