Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlJob_Resend Function
PHT_JOB

Resend the specified job.

Syntax
PRL_HANDLE PrlJob_Resend(
    PRL_HANDLE hJob
);
File

PrlApiDeprecated.h

Parameters

hJob
A handle of type PHT_JOB identifying the job.

Returns

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. 

Remarks

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.

Links
© 2021 Parallels International GmbH. All rights reserved.