mp:process-preset
— Associate a function to a process.
(mp:process-preset
process) ⇒ function) ⇒ &rest) ⇒ function-args)
| An object of type
|
| An interpret or compiled function. |
| 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
.