FireProblem
Example
Creating a custom Problem
local problem = {
["id"] = "Example",
["text"] = "This is an Example Problem.",
["type"] = "addons",
["fix"] = function()
ClearProblem("Example")
print("Fixed Problem.")
end
}
FireProblem(problem)