Magek Framework
    Preparing search index...

    Interface ScheduledCommandInterface

    Interface to get information from a TReflected class.

    Usage:

    function printName<T>(cls : Class<T>){
    console.log(cls.name)
    }

    printName(Person) // Prints "Person"
    interface ScheduledCommandInterface {
        new ScheduledCommandInterface(...args: any[]): any;
        handle(register: Register): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods