Click or drag to resize

ApiModifyScheduleRequestRunNextInterval Property

Use to choose to run the schedule when the scheduler the next time the scheduler is active. When set to "true", the schedule will run the next time the scheduler is active and then reset back to "false".

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Nullable<bool> RunNextInterval { get; set; }

Property Value

Type: NullableBoolean
See Also