autoCleanupDelay property

Duration? get autoCleanupDelay

Optional delay before automatically removing a completed task.

If null, tasks are kept until manually cleared or maxTaskHistory is reached.

Implementation

Duration? get autoCleanupDelay => null;