Starts a portal job.
0
if sucessful, otherwise a LockStatus
indicating why the job could not be started.
The job start time will be set to the current (SOAP) server time. If the time could not be set the reason can be determined from the return code as a Plumtree.Remote.PRC.LockStatus
.
LockStatus.UNLOCKED
this is 0
and indicates success.
LockStatus.LOCKED
indicates that the job is currently locked and cannot be edited.
Other LockStatus's should not occur.
IJobManager Interface | Plumtree.Remote.PRC Namespace