OnlineStatus Enumeration

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Enumeration OnlineStatus
public enum OnlineStatus
public enum class OnlineStatus
type OnlineStatus
public enum OnlineStatus

Members

Member name Description
Started Started means target (warehouse or Olap) is ready to process.

Stopped Stopped means the target (warehouse or Olap) is not processing

Stopping when target (warehouse or Olap) is taken offline , it first transitions to the stopping state when active jobs are being processed/stopped it will not accept new processing requests when in this state.

See Also

Reference

Microsoft.TeamFoundation.Warehouse Namespace