Jido.Agent.Directive.CronCancel (Jido v2.0.0-rc.0)
View SourceCancel 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
Types
@type t() :: %Jido.Agent.Directive.CronCancel{job_id: any()}
Functions
@spec schema() :: Zoi.schema()
Returns the Zoi schema for CronCancel.