NBInputConnector Started Property IBM Integration Bus
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.Connector
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public bool Started { get; }

Property Value

Type: OnlineBoolean
Returns 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.
Remarks

Throwing an Exception from either Finish or Start does not affect the running state of the connector.
See Also