klyn.process.ProcessResults.timedOut
field
public readonly timedOut as Boolean
Description

Indicates whether execution exceeded the requested timeout.

Example
result = Process.execute(["klyn", "--version"], timeout=5_000ul)
assert not result.timedOut