Start/notes.ini Parameters/Show_Task_Detail

Show_Task_Detail

Parameter: Show_Task_Detail
Short description: Extends the output of the console command Show Task with additional detail information.

Profile

Parameter
Show_Task_Detail
Category
Logging / Debug
Available since
At least 11.0.1 (HCL documentation)
GUI equivalent
According to HCL no direct GUI option. Settable in the Configuration document on the NOTES.INI Settings tab.
Possible values
0 = no extra information · 1 = show extra information
Default
None — without an entry, Domino does not extend the Show Task output.

Description

According to HCL product documentation:
Enables additional information on the Show Task command by adding the name of the currently executing command to the session message.
0 - Do not add information to the Show Task command
1 - Add information to the Show Task command
With Show_Task_Detail=1, the console command show tasks additionally displays which command each task is currently executing. Very useful for diagnosing hung or long-running tasks.

Example configuration

Show_Task_Detail=1
Afterwards, show tasks on the console outputs the currently running command for each task as well.

Notes & pitfalls

  • Pure display extension — no impact on the performance or function of the tasks themselves.
  • Harmless for permanent diagnostics; on production servers 1 is often helpful.
  • According to HCL there is no direct GUI equivalent.

Sources (HCL Product Documentation)