agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface CronEvent

    A cron tick delivered to the actor.

    interface CronEvent {
        firedAt: number;
        id: string;
        schedule: string;
    }
    Index

    Properties

    Properties

    firedAt: number
    id: string
    schedule: string