run Unload Functions
fun runUnloadFunctions(unloadFunctions: A_Tuple, afterRunning: () -> Unit)
Content copied to clipboard
Run the specified tuple of functions sequentially.
Parameters
unload Functions
A tuple of unload functions.
after Running
What to do after every unload function has completed.