Click or drag to resize

Timertimeout Property

Get or set the watchdog timeout. Not all platforms may support this. Even if supported, there may be constraints. For example, some platforms allow shortening the timeout but not lengthening it.

Namespace: IO.Objects.SimpleIO.Watchdog
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public int timeout { get; set; }

Property Value

Int32

Implements

Timertimeout
See Also