Class: AgentStoppedEvent
Defined in: livelink.clients/livelink.agent/sources/AgentEvents.ts:148
Event emitted when the agent stops, whether it was stopped through Agent.stop or stopped itself having run out of work (see AgentConfig.mode).
Dispatched by Agent as on-stopped, once all sessions have been left.
Extends
Event
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
is_automatic | readonly | boolean | Whether the agent stopped itself rather than being stopped through Agent.stop. |