Specifications

172/201
BscReStartJob
FUNCTION: Starts job again.
FORMAT: _declspec( dllexport) short APIENTRY BscReStartJob(Short nCid);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
OUT(Return)
None
Return Value
0:Normal completion
1:Current job name not specified
Others: Error codes
REMARKS: Call Condition
The BscSelectJob function must be called up and the current job name must be specified
before executing this function.
To restart a job during startup that has been held by the BscHoldOn function, release the hold by
BscHoldOff function to call up the BscContinueJob
function.