protocol.taskschedule.RemoveStartupTasksResponse
This response acts as an acknowledgement to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | text | user id |
sttid | no | unlimited | id type | Startup Task ID |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addStartupTasks> <sttid>testsched1</sttid> <sttid>testsched2</sttid> </addStartupTasks> </fn> </sireq>