Skip to main content

JobStart

Background process (job) startup.

Synopsis

[Compatibility]    JobStart=n

Description

Indicates whether or not Caché executes the JOB^%ZSTART routine entry at background process (started with the $JOB command) login. 1 (true) enables execution of JOB^%ZSTART at background process login; 0 (false) disables it. The default is 1.

ProcessStart and ProcessHalt govern foreground processes. These are processes that are started via a terminal session or are specifically set to run in the foreground.

By contrast, JobStart and JobHalt govern background processes include any processes that are started via the JOB command, plus any background server processes including CSP, Cache Direct, ODBC, or any of the objects bindings.

Also see SystemStart and SystemHalt.

Examples

JobStart=1

Range of Values

0 or 1.

Management Portal

On the page System Administration > Configuration > Additional Settings > Startup, in the JobStart row, select Edit. Choose true or false.

FeedbackOpens in a new tab