Description
Type string READ/WRITE
If execfailedmsg is defined, this string sets the error message that displays if pmlocald fails to run runcommand for any reason other than the file not being found.
Example
if (user != "root") { execfailedmsg = "This command is not available to you at this time"; }