No server events are supported for this resource, but you can trigger the event on the client.
-- Shows the job stage container with the given data on the given player source
TriggerClientEvent("vt-textui:client:show-job-stage", source, data)
-- Updates the job stage container with the given data on the given player source
TriggerClientEvent("vt-textui:client:update-job-stage", source, data)
-- Hides the job stage container on the given player source
TriggerClientEvent("vt-textui:client:hide-job-stage", source)