Method AddBackgroundInvokeAction
AddBackgroundInvokeAction(Action)
Schedules the specified action to run in the background. Action is called using Invoke(Action?). Uses Default
public static void AddBackgroundInvokeAction(Action taskAction)
Parameters
taskActionActionAction to run in the background.