ITaskExecutionManager.IsPerforming Property

Definition

Gets a value that indicates whether the execution manager is performing the task.

public:
 property bool IsPerforming { bool get(); };
public bool IsPerforming { get; }
member this.IsPerforming : bool
Public ReadOnly Property IsPerforming As Boolean

Property Value

true if the execution manager is performing the task; otherwise, false.

Applies to