adapnex::core::WatchdogTripReason

Why the execution watchdog tripped.

Synopsis

Declared in <adapnex/core/watchdog.h>

enum class WatchdogTripReason : int;

Members

Name

Description

CycleDidNotComplete

A cycle did not complete within the execution budget.

CycleOverranBudget

A cycle completed, but took longer than the execution budget.

ConsecutiveOverruns

As many consecutive cycles as the sensitivity each took longer than the watchdog time.

CycleOmitted

A cycle did not start within the omitted cycle tolerance.

Created with MrDocs