Skip to content

Documents for @litert/xxl-job-integration / Constants / EJobType

Enumeration: EJobType

Defined in: src/lib/Constants.ts:25

The type of job that can be registered in the XXL-Job executor.

Enumeration Members

BEAN

BEAN: "BEAN"

Defined in: src/lib/Constants.ts:30

The job handler provided by the application itself, which is hardcoded.


NODE_JS

NODE_JS: "GLUE_NODEJS"

Defined in: src/lib/Constants.ts:35

The job contains a JavaScript script that will be executed in a Node.js environment.


PHP

PHP: "GLUE_PHP"

Defined in: src/lib/Constants.ts:44


POWERSHELL

POWERSHELL: "GLUE_POWERSHELL"

Defined in: src/lib/Constants.ts:46


PYTHON

PYTHON: "GLUE_PYTHON"

Defined in: src/lib/Constants.ts:42


SHELL

SHELL: "GLUE_SHELL"

Defined in: src/lib/Constants.ts:40

The job contains a shell script that will be executed in a shell environment.