Skip to main content

ProcessHalt

Foreground shutdown.

Synopsis

[Compatibility]    ProcessHalt=n

Description

Indicates whether or not Caché executes the LOGIN^%ZSTOP routine entry at foreground process logout. 1 (true) enables execution of LOGIN^%ZSTOP at foreground process logout; 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

ProcessHalt=1

Range of Values

0 or 1.

Management Portal

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

FeedbackOpens in a new tab