{%
    for _, obj in pairs(IdList) do
        if HostType == "Multihost" then
            echo(string.format('[System%s] Set shutdown timeout successfully.\n', obj.sysid))
        else
            echo('Set shutdown timeout successfully.\n')
        end
    end
    echo('\b')
%}