RemoveFunctionStatus
RemoveFunctionStatus(FuncName AS STRING, FuncStatus AS STRING) AS INTEGER
Remove the status <FuncStatus> from the function <FuncName>.
Return:
- 0: if no error
- -3: Function not exist
- -5: Status not exist
- -255: Unknown error
RemoveFunctionStatus(FuncName AS STRING, FuncStatus AS STRING) AS INTEGER
Remove the status <FuncStatus> from the function <FuncName>.
Return: