Click or drag to resize

ScheduleObjectRunNextInterval Property

Indicates whether or not the schedule will run 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