term_timeout

QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper

Syntax

term_timeout = timeout_in_ms

Description

The term_timeout keyword represents the maximum amount of time, in milliseconds, to attempt to stop a process gracefully. If the process can't be stopped gracefully within this defined period, SIGKILL is sent to terminate it. The timeout range is from 0 to INT_MAX(2147483647).

Default

The default timeout is 100ms.

Multiplicity

Zero or one instance in the stop task block.

Example

term_timeout = 120

Constraints

If the term_timeout is zero, then plms immediately sends the SIGKILL after the specified signal.

Page updated: