Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/proactive / / HeartbeatBeatResult

Interface: HeartbeatBeatResult

Defined in: packages/proactive/src/heartbeat.ts:90

What one beat resolved to.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
outcome?readonlyProactiveOutcomePresent when the beat delivered a finding.packages/proactive/src/heartbeat.ts:92
runError?readonly{ code: string; message: string; }Present when the agent run ended failed (incl. budget stops).packages/proactive/src/heartbeat.ts:96
runError.codereadonlystring-packages/proactive/src/heartbeat.ts:96
runError.messagereadonlystring-packages/proactive/src/heartbeat.ts:96
skipped?readonlyHeartbeatSkipReasonPresent when the beat was skipped.packages/proactive/src/heartbeat.ts:94