MCPcopy Create free account
hub / github.com/cloudflare/mcp / setAlarm

Method setAlarm

worker-configuration.d.ts:583–583  ·  view source on GitHub ↗
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)

Source from the content-addressed store, hash-verified

581interface DurableObjectClass<_T extends Rpc.DurableObjectBranded | undefined = undefined> {
582}
583interface DurableObjectState<Props = unknown> {
584 waitUntil(promise: Promise<any>): void;
585 readonly exports: Cloudflare.Exports;
586 readonly props: Props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected