Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILoadAndStartJobsOptions

Options for 'loadAndStartJobs()' and 'loadAndStartJobsSync()' functiona.

Hierarchy

  • ILoadAndStartJobsOptions

Index

Properties

debug?: Nilable<DebugAction>

A callback, which can be used to receive debug messages.

dir?: Nilable<string>

The directory, where the script files are stored. Default: Current working directory.

filter?: Nilable<string | LoadAndStartJobsFileFilter>

The custom file filter to use.

If a string: It is used to check the extension of a file path. If a function: Takes file, if truely.

By default, the file extension is checked.

timezone?: Nilable<string>

The name of the custom timezone. Default: 'UTC'

Generated using TypeDoc