Table of Contents

Property MaxWallClockTime

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

MaxWallClockTime

Gets or sets the maximum allowed wall-clock conversion time, or null for unlimited.

Observed cooperatively, at boundaries between units of work: between conversion stages, and — since resolution and layout learned to call back — at every block, table row, section and rendered page. So the budget is enforced within one unit of work of expiring rather than exactly on it, and a single indivisible operation still runs to completion. It is not a watchdog and does not abort a thread.

public TimeSpan? MaxWallClockTime { get; set; }

Property Value

TimeSpan?

Exceptions

ArgumentOutOfRangeException

The value is not positive.