Skip to main content

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

PropertyModifierTypeDescription
is_automaticreadonlybooleanWhether the agent stopped itself rather than being stopped through Agent.stop.