ContextCloseAllTasksAndRun Method
Closes all the currently active tasks, and performs the command.
Used mainly by menu items to Execute tasks directly from the menu.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void CloseAllTasksAndRun(
Action actionToRun
)
Public Sub CloseAllTasksAndRun (
actionToRun As Action
)
member CloseAllTasksAndRun :
actionToRun : Action -> unit
Parameters
- actionToRun Action
This example demonstrates the various overloads of Raise in action