Status, S status – Echelon OpenLNS User Manual
Page 852
OpenLNS Programmer's Reference
815
indicates the number of unstarted
transactions that must be
completed before the service can
execute.
1 lcaResServicePin
Reserved for future use.
serviceStatusObject
The ServiceStatus object to be acted
on.
Data Type
Integer.
Read/Write
Read only.
Added to API
LNS Release 3.0.
Status
Summary
Indicates the status of the service that the
currently executing
.
Availability
Local, full, and lightweight clients.
Syntax
statusValue = ssObject.
Element
Description
ssObject
The ServiceStatus object to be acted
on.
The possible values for this
element, which are contained in the
ConstServiceStatus
constant, are as
follows:
0 lcaSrvcInactive
There is no service currently being
executed by this client.
1 lcaSrvcProgress
The service is currently being
executed by this client.
2 lcaSrvcQueued
The service is currently waiting for
transactions to complete before it can
be executed.
The number of transactions that
must be started and completed before
this service can be executed is
contained in the QueuePosition
property.
See Transactions in the OpenLNS
Programmer's Guide for more
information.
3 lcaSrvcCommFailure