]> git.proxmox.com Git - pve-manager-legacy.git/commit
jobs: rename function to better distinguish job state and task status
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 11 Nov 2021 15:17:45 +0000 (16:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Nov 2021 20:04:34 +0000 (21:04 +0100)
commitb51d49ce661ad0c2308c177784345607629c47d8
tree081c98a8bf024616ac32d326e1795c387d0f7371
parent9ade49b145a2bb52a1c918b1c583d835f3bd81d8
jobs: rename function to better distinguish job state and task status

Also, default to 'internal error' if the task status within the lock
is undef, which shouldn't actually be possible.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Jobs.pm