Options
All
  • Public
  • Public/Protected
  • All
Menu

@egomobile/jobs

Index

Type aliases

CheckIfShouldTickPredicate: (context: IJobExecutionContext) => any

Type declaration

    • A function, which checks if a job should be executed.

      Parameters

      Returns any

      A result which indicates if job should be executed or not.

DebugAction: (message: any, icon: DebugIcon, source?: Nilable<string>) => any

Type declaration

    • (message: any, icon: DebugIcon, source?: Nilable<string>): any
    • A debug action.

      Parameters

      • message: any

        The message.

      • icon: DebugIcon

        The icon.

      • Optional source: Nilable<string>

      Returns any

DebugIcon: "🐞" | "✅" | "ℹī¸" | "❌" | "⚠ī¸"

A possible value for a known debug icon.

🐞: debug ✅: success ℹī¸: info ❌: error ⚠ī¸: warning

JobAction: (context: IJobExecutionContext) => any

Type declaration

LoadAndStartJobsFileFilter: (name: string, fullPath: string) => boolean

Type declaration

    • (name: string, fullPath: string): boolean
    • A file filter for 'ILoadAndStartJobsOptions' options.

      Parameters

      • name: string

        The base name of the file.

      • fullPath: string

        The full path of the file to check.

      Returns boolean

      Import file or not.

Functions

Generated using TypeDoc