wima
    Preparing search index...

    Type Alias ExecutableConfig<ScheduleType, SourceWorldType>

    ExecutableConfig: {
        defaultSystemGroup?: Constructor;
        delay?: number;
        errorHandler?: (error: Error, world: World) => void;
        label: Constructor;
        repeat?: boolean;
        schedule: ScheduleType;
        sourceWorld: SourceWorldType;
        world: Constructor;
    }

    Type Parameters

    • ScheduleType
    • SourceWorldType extends Constructor | undefined

    Type declaration