AddFunctionStatus
AddFunctionStatus(FuncName AS STRING, FuncStatus AS STRING, StatusColor AS INTEGER) AS INTEGER
Add the status <FuncStatus> to the function <FuncName>. You can set an optional color in <StatusColor>.
Return:
- 0: if no error
- -3: Function not exist
- -4: Status already exist
- -255: Unknown error