powered by
setTaskHook(status = c("queued", "draft", "running", "completed", "aborted", "failed"), fun) getTaskHook(status = c("queued", "draft", "running", "completed", "aborted", "failed"))
getTaskHook("completed") setHook("completed", function(){ message("completed yet ...") })
Run the code above in your browser using DataLab