SimpleWorkItemState Enumeration

 

Enumerates the simple work item state.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public enum class SimpleWorkItemState

Member nameDescription
Aborted

The aborted state.

Completed

The completed state.

Error

The error state.

Pending

The pending state.

Running

The running state.

Scripted

The scripted state.

Skipped

The skipped state.

Return to top
Show: