ITaskLauncherService Interface

Definition

Represents the actions taken and performs the task in the TaskLauncher.

public interface class ITaskLauncherService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")]
public interface ITaskLauncherService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")>]
type ITaskLauncherService = interface
Public Interface ITaskLauncherService
Derived
Attributes

Methods

PerformAction(String, IContext)

Instantiates and activates requested action.

Events

ActionCompleted

Occurs when the action handler reports that the action is completed.

Launched

Occurs after the action is performed.

Launching

Occurs before performing the action.

Applies to