Started reports the running state of the connector. It is always set to true before Start is called and set to false before Finish is called.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public bool Started { get; }
public bool Started { get; }
Public ReadOnly Property Started As Boolean
Get
Public ReadOnly Property Started As Boolean
Get
public:
virtual property bool Started {
bool get () sealed;
}
public:
virtual property bool Started {
bool get () sealed;
}
abstract Started : bool with get
override Started : bool with get
abstract Started : bool with get
override Started : bool with get
Property Value
Type:
BooleanReturns the running state of the connector.
True means connector is running and should collect data.
False means connector is stopped and should stop collecting data.
Throwing an
Exception from either
Finish or
Start does not affect the running state of the connector.