Parameter:
Show_Task_DetailShort 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
1is often helpful.
- According to HCL there is no direct GUI equivalent.
Sources (HCL Product Documentation)
- HCL Domino 14.5.1 – Show_Task_Detail: help.hcl-software.com/domino/14.5.1/admin/conf_show_task_detail_r.html
- HCL Domino 11.0.1 – Show_Task_Detail: help.hcl-software.com/domino/11.0.1/admin/conf_show_task_detail_r.html