public readonly timedOut as Boolean
Indicates whether execution exceeded the requested timeout.
result = Process.execute(["klyn", "--version"], timeout=5_000ul) assert not result.timedOut