-- Shows the job stage container with the given data
TriggerEvent("vt-textui:client:show-job-stage", data)
-- Updates the job stage container with the given data
TriggerEvent("vt-textui:client:update-job-stage", data)
-- Hides the job stage container
TriggerEvent("vt-textui:client:hide-job-stage")