7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
130 <dd> | 130 <dd> |
131 connection timeout value in milliseconds | 131 connection timeout value in milliseconds |
132 </dd> | 132 </dd> |
133 </dl> | 133 </dl> |
134 <dl> | 134 <dl> |
135 <dt>Returns:</dt> | 135 <dt>Return:</dt> |
136 <dd> | 136 <dd> |
137 value indicating success or an error number. Value is one of: | 137 value indicating success or an error number. Value is one of: |
138 <table> | 138 <table> |
139 <tr><td>0</td><td>No application is running</td></tr> | 139 <tr><td>0</td><td>No application is running</td></tr> |
140 <tr><td>1</td><td>Application is already running</td></tr> | 140 <tr><td>1</td><td>Application is already running</td></tr> |
154 | 154 |
155 <p> | 155 <p> |
156 Public method to return a meaningful error string for the last error. | 156 Public method to return a meaningful error string for the last error. |
157 </p> | 157 </p> |
158 <dl> | 158 <dl> |
159 <dt>Returns:</dt> | 159 <dt>Return:</dt> |
160 <dd> | 160 <dd> |
161 error string for the last error (string) | 161 error string for the last error (string) |
162 </dd> | 162 </dd> |
163 </dl> | 163 </dl> |
164 <a NAME="SingleApplicationClient.processArgs" ID="SingleApplicationClient.processArgs"></a> | 164 <a NAME="SingleApplicationClient.processArgs" ID="SingleApplicationClient.processArgs"></a> |