Table of Contents

Method RemoveRecurringAsync

Namespace
Millrace
Assembly
Millrace.dll

RemoveRecurringAsync(string, CancellationToken)

Removes a cron definition, so it produces no further occurrences.

ValueTask RemoveRecurringAsync(string recurringId, CancellationToken ct = default)

Parameters

recurringId string
ct CancellationToken

Returns

ValueTask

Remarks

The definition only. Occurrences it already fired are ordinary jobs by then and run to completion, keeping their link back to the id that produced them — that link is provenance, not a live reference, so removing a schedule leaves its history readable instead of dangling or cascading.