Skip to content

TimeoutOption

ZjzMisaka edited this page Oct 24, 2023 · 2 revisions

Properties

The maximum amount of time (ms)

int Duration;

If forceStop is true, Thread.Interrupt() and Thread.Join() will be called.

bool ForceStop;