from

infix fun AuditCommand.from(seq: Long): AuditRange

First half of the saga audit "id" from a to b ranged form.

Returns an AuditRange wrapper. Call AuditRange.to with the upper bound to trigger the audit.

Usage

saga audit "order-42" from 0L to 5000L

Return

AuditRange — the intermediate for the to connective.

Parameters

seq

Inclusive start of the sequence range.