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

Method setAlarm

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

Source from the content-addressed store, hash-verified

722 rollback(): void
723 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>
724 setAlarm(
725 scheduledTime: number | Date,
726 options?: DurableObjectSetAlarmOptions
727 ): Promise<void>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected