startJob

Starts a job.

Request

<jobControl>
   <startJob>
      <name/>
      <now/>
      <copyAll/>
   </startJob>
</jobControl>

Reply

<jobControl>
   <startJob>
     <result value=" ">
         <description/>
      </result>
   </startJob>
</jobControl>

Elements

name

(Required) Specifies the job name.

now

(Optional) Specifies that the job starts now. If this element does not exist, the job starts at the next scheduled time.

copyAll

(Optional) Specifies that all of the files are copied. If this element does not exist, only modified files are copied.

result

Specifies an error value or zero (for no error).

description

Specifies a text description of the returned result.