Jido.Agent.Directive.CronCancel (Jido v2.0.0-rc.1)

View Source

Cancel a previously registered cron job for this agent by job_id.

Fields

  • job_id - The logical job id to cancel

Examples

%CronCancel{job_id: :heartbeat}

Summary

Functions

Returns the Zoi schema for CronCancel.

Types

t()

@type t() :: %Jido.Agent.Directive.CronCancel{job_id: any()}

Functions

schema()

@spec schema() :: Zoi.schema()

Returns the Zoi schema for CronCancel.