ReadonlyidIdentifies this task, e.g. for debug logging when a shutdown task is slow or hangs.
Optional ReadonlypriorityUsed to determine the order in which tasks run during shutdown. Higher values run
earlier. Defaults to 0 if not specified; tasks with the same
priority run in registration order.
A unit of work to run once during CLI shutdown, in ShutdownTask.priority order.