ITaskLauncherService インターフェイス

定義

実行されるアクションを表します。また、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
派生
属性

メソッド

PerformAction(String, IContext)

要求されたアクションをインスタンス化してアクティブ化します。

イベント

ActionCompleted

アクション ハンドラーからアクションの完了が報告されたときに発生します。

Launched

アクションが実行された後で発生します。

Launching

アクションが実行される前に発生します。

適用対象