Resend the specified job.
PRL_HANDLE PrlJob_Resend( PRL_HANDLE hJob );
PrlApiDeprecated.h
PRL_HANDLE to the resending job.
PRL_INVALID_HANDLE - not enough memory to instantiate asynchronous operation.
The results are retrieved using the PrlJob_GetRetCode function. Possible values:
PRL_ERR_INVALID_ARG - invalid PHT_JOB handle was passed.
PRL_ERR_UNINITIALIZED - job instance was not bound to Parallels Service connection.
If an asynchronous operation was not completed because of full send queue ( PRL_ERR_SDK_TRY_AGAIN ), you may resend it by calling this function. The call does not destroy the job object.