▢️Usage

Test commands for easier verification!

RegisterCommand("showjobstage", function()
  exports["vt-textui"]:ShowJob({
      job = "Gruppe6",
      title = "Waiting for work <br/> Time: 00:10:00",
      hasStatus = true,
      statusMessage = "BAGS",
      statusValue = "1/10"
  })
end, false)

RegisterCommand("updatejobstage", function()
  UpdateJob({
      job = "Gruppe6",
      title = "Go back to your employer ",
      hasStatus = false,
  })
end, false)

RegisterCommand("hidejobstage", function()
  HideJob()
end, false)

Last updated