Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CronJobItem

A cron job.

Hierarchy

Index

Properties

action

action: string | JobItemAction

The action to invoke.

Optional autoStart

autoStart: boolean

Run on startup or not.

Optional button

On optional button to define.

Optional description

description: string

A description for the job.

Optional format

format: string

The format of the value in 'time'.

Optional if

if: string

The JavaScript code that checks the avaibility.

Optional importValues

importValues: object

Defines a list of properties, which uses (external) values for itself.

Type declaration

Optional name

name: string

A (display) name.

Optional onCreated

onCreated: string

The (JavaScript) code to executed after object has been created.

Optional onDestroyed

onDestroyed: string

The (JavaScript) code to executed after object has been destroyed.

Optional platforms

platforms: string[]

One or more platform names, the object is for.

Optional time

time: string

The pattern.

Optional type

type: string

The type of the job item.

Generated using TypeDoc