mp:process-preset — Associate a function to a process.
(mp:process-preset process function &rest function-args)
process | An object of type
|
function | An interpret or compiled function. |
function-args | One or more arguments for the function above. |
This function associates a function to a stopped task. This function will be the entry point when the task is enabled in the future.
See also mp:process-run-function.