Indicates how an activity behaves when its children are modified.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
C#
![]() |
---|
public enum ScheduleMode |
Visual Basic
![]() |
---|
Public Enum ScheduleMode |
Member name | Description | |
---|---|---|
![]() |
Auto |
Specifies that the StartTime, EndTime and Progress of an activity are automatically updated according to the values of its children. |
![]() |
Manual |
Specifies that the StartTime, EndTime and Progress of an activity are not changed when its children are modified. |
![]() |
SemiAuto |
Specifies an auto activity with no children. |