Skip to main content
Corvus Connection

ScheduleTrigger

Attribute
TheOmenDen.StreamPulse.Scripting.Attributes.ScheduleTriggerAttributeCarries a scheduled handler's cron expression onto the compiled method (spec 020 P4). Emitted onto an [OnSchedule] handler from the trigger node's authored cronExpression; the host reads it to register a durable scheduled job that fires the handler at each occurrence. Standard 5-field cron, already validated at graph-save time.

Members

1
  • Cron
    property
    string Cron
    The standard 5-field cron expression this handler fires on. null/empty = unscheduled.