Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

Cron

Static façade for scheduling Theo agent runs on a cron expression.

Cron

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Static façade for scheduling Theo agent runs on a cron expression.

Signature

class Cron {
  create(...): ...
  delete(...): ...
  disable(...): ...
  enable(...): ...
  get(...): ...
  list(...): ...
  run(...): ...
  start(...): ...
  status(...): ...
  stop(...): ...
}

Kind

class

Source

packages/sdk/src/cron.ts:38

On this page