Client
The functions list of a module, created to provide system for disabling controls easier and more organized
cDisable.registerProcess
function HRLib.cDisable.registerProcess(key: string|string[], processId: any)cDisable.doesProcessExist
function HRLib.cDisable.doesProcessExist(processId: any): booleancDisable.getProcesses
function HRLib.cDisable.getProcesses():
{ key: string|string[], processId: any }[]? processescDisable.removeProcess
Last updated