}
// check if monitor was cancelled
monitor.work(0);
}
gnu.hylafax.Job sendJob = client.createJob();
HylaFAXClientHelper.applyParameter(sendJob, getJob());
if (serverCoverFilename != null) {
if (Settings.SEND_COVER_AS_DOCUMENT.getValue()) {
sendJob.addDocument(serverCoverFilename);
}