ContextCloseAllTasksAndRun Method

Closes all the currently active tasks, and performs the command. Used mainly by menu items to Execute tasks directly from the menu.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void CloseAllTasksAndRun(
	Action actionToRun
)

Parameters

actionToRun  Action

Example

This example demonstrates the various overloads of Raise in action
C#

See Also