Kind: Class
Source: atloria-monorepo/libs/agent-core/src/session/remote-trigger-server.ts
Methods
| Method | Signature | Returns |
|---|---|---|
start | start(port: undefined) | Promise<number> |
stop | stop() | Promise<void> |
Where it refuses work
RemoteTriggerServerstops the work with an early return whenthis.server.
When something fails
RemoteTriggerServerhandles failure in 1 place: it turns it into a return value in all 1.
Was this page helpful?