ITaskFormState Interface
Displays the current status of the TaskForm.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | ExecutionState | Gets or sets the last execution state; null means there are no errors. |
![]() | Progress | Gets or sets the progress percentage. If set to less than 0 or greater than 100, the progress control is not visible. |
![]() | Status | Gets or sets the current status of the TaskForm. |
![]() | ValidationState | Gets or sets the last validation state; null means there are no warnings or errors. |
Show:
