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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
outcome? | readonly | ProactiveOutcome | Present 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.code | readonly | string | - | packages/proactive/src/heartbeat.ts:96 |
runError.message | readonly | string | - | packages/proactive/src/heartbeat.ts:96 |
skipped? | readonly | HeartbeatSkipReason | Present when the beat was skipped. | packages/proactive/src/heartbeat.ts:94 |