LCSession Class Methods Summary
This section lists the methods that are available to both Domino® Enterprise Connection Services (DECS) and HCL Enterprise Integrator (HEI) users.
There are several additional LCSession methods available only to HEI users. See Appendix E for detailed information.
Method |
Description |
---|---|
LCSession.ClearStatus |
Clear the Session status, putting the Session in a non-error state. |
LCSession.GetStatus |
Obtain the current Session status. |
LCSession.GetStatusText |
Obtain the error text string corresponding to a status code. |
LCSession.ListConnector |
List through all installed connectors available for LotusScript® Extension for Connectors. |
LCSession.ListMetaConnector |
List through all installed metaconnectors available for a LotusScript® Extension for Connectors installation. |
LCSession.LookupConnector |
Determines if a specified connector is available. |
LCSession.LookupMetaConnector |
Determines if a specified metaconnector is available. |
LCSession.Sleep |
Suspends script execution for a specified period of time. |