Agenda - v6.0.0
    Preparing search index...

    Interface ControllerMetadata

    interface ControllerMetadata {
        jobs: Map<string, JobMetadata>;
        namespace?: string;
    }
    Index

    Properties

    Properties

    jobs: Map<string, JobMetadata>
    namespace?: string