- Timestamp:
- Mar 27, 2013, 12:06:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/services/howtos.txt
r396 r399 15 15 :depth: 3 16 16 :backlinks: top 17 18 Common informations 19 ---------------------- 20 21 .. Note:: The service has to **return 3 if the process run successfully instead it 22 return 4** if the process end with an error. 17 23 18 24 Python … … 124 130 The return statement has to be an integer: corresponding to the service status code. 125 131 126 The module should **return 3 if the process successfully ended otherwise it should return 4**.127 132 To add a message for the wrong result you can add the massage to ``conf["lenv"]["message"]``, 128 133 for example:
Note: See TracChangeset
for help on using the changeset viewer.