TYBA






protocol.taskschedule.AddStartupTasksRequest

AddStartupTasksRequest

Adds startup tasks into the task scheduler.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1textuser id
sctyesunlimitedStartupTaskStartup Tasks.

Example xml:


  <sireq>
      <cid>Mum</cid>
     <fn>
      <addStartupTasks>
              <sct>
                  <sttid>testsched1</sttid>
                  <en>on</en>

                  <pid>playerid1</pid>
                  <pid>playerid2</pid>
                  <pid>playerid3</pid>

                  <mitm>
                      <trid>trackid</trid>
                  </mitm>
              </sct>
              
              <sct>
                  <sttid>testsched2</sttid>
                  <en>off</en>

                  <pid>playerid</pid>

                  <mitm>
                      <plid>playlistid</plid>
                  </mitm>
              </sct>
      
      </addStartupTasks>
  </fn>
  </sireq>

 

back to index