|
|
Status of a task comparing actual start and actual end dataes with planned start and planned end dates
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration TaskStatus |
| C# |
|---|
public enum TaskStatus |
| Visual C++ |
|---|
public enum class TaskStatus |
Members
| Member name | Description | |
|---|---|---|
| None |
The task has no status
| |
| Same |
The planned and actual dates are the same
| |
| Before |
The actual dates are before the planned dates
| |
| After |
The actual dates are afetr the planned dates
| |
| EarlyStartLateFinish |
The actual start date is before the planned start date; the actual end date is after the planned end date
| |
| LateStartEarlyFinish |
The actual start date is after the planned start date; the actual end date is before the planned end date
| |
| EarlyStart |
The actual start date is before the planned start date; the actual end and planned end dates are the same
| |
| LateFinish |
The actual start and planned start dates are the same; the actual end date is after the planned end date
| |
| EarlyStartFinish |
The actual start date is before the planned start date; the actual end date is before the planned end date and after the planned start date
| |
| LateStartFinish |
The actual start date is after the planned start date and before the planned end date; the actual end date is after the planned end date
| |
| ActualOnly |
The task has only actual dates
| |
| PlannedOnly |
The task has only planned dates
| |
| EarlyFinish |
The actual start date is the same as the planned start date; the actual end date is after the planned start date and before the planned end date
| |
| LateStart |
The actual start date is after the planned start date and before the planned end date; the actual end date is the same as the planned end date
|
Remarks
States the relationship between actual dates and planned dates.