ITaskManager.State Property

Definition

Gets the current state of the TaskManager.

public:
 property Microsoft::SqlServer::Management::TaskForms::TaskManagerState State { Microsoft::SqlServer::Management::TaskForms::TaskManagerState get(); };
public Microsoft.SqlServer.Management.TaskForms.TaskManagerState State { get; }
member this.State : Microsoft.SqlServer.Management.TaskForms.TaskManagerState
Public ReadOnly Property State As TaskManagerState

Property Value

The current state of the TaskManager.

Applies to