â—€ī¸Events (Client)

This will only work when called in client side

-- 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")

Last updated