MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / alarm

Method alarm

apps/cloud/worker-configuration.d.ts:572–572  ·  view source on GitHub ↗
(alarmInfo?: AlarmInvocationInfo)

Source from the content-addressed store, hash-verified

570 fetch(request: Request): Response | Promise<Response>;
571 connect?(socket: Socket): void | Promise<void>;
572 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;
573 webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;
574 webSocketClose?(
575 ws: WebSocket,

Calls

no outgoing calls

Tested by

no test coverage detected