TYBA






protocol.taskschedule.RemoveScheduledTasksRequest

RemoveScheduledTasksRequest

Removes scheduled tasks from the task scheduler.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1textuser id
sctidnounlimitedid typeScheduled Task ID

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <addScheduledTasks>
              <sctid>testsched1</sctid>
              <sctid>testsched2</sctid>
          </addScheduledTasks>
      </fn>
  </sireq>

 

back to index