Table of Contents

Method Recurs

Namespace
Eon
Assembly
Eon.dll

Recurs(int)

A ScheduleTransformer that limits the schedule to run the specified number of times

[Pure]
public static ScheduleTransformer Recurs(int times)

Parameters

times int

number of times to run the Schedule

Returns

ScheduleTransformer