Click or drag to resize

AdvanceCalendarServiceArgumentsSkipRollingWave Property

Determines whether Cobra skips the rolling wave process after advancing the calendar. The rolling wave process can only run if a rolling wave calendar is assigned to the project. Default is false (the rolling wave process will run by default if a rolling wave calendar is defined).

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public Nullable<bool> SkipRollingWave { get; set; }

Property Value

Type: NullableBoolean
See Also