MCPcopy Create free account
hub / github.com/fmhy/edit / setAlarm

Method setAlarm

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

Source from the content-addressed store, hash-verified

754 ): Promise<T>
755 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>
756 setAlarm(
757 scheduledTime: number | Date,
758 options?: DurableObjectSetAlarmOptions
759 ): Promise<void>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected