Procedure Vdjob(nam: ch6; notify: boolean; var stat: VI_status_type); EXTERNAL; {*USER* Remove the job named in NAM from our active (connected) job list. If NOTIFY boolean is true, send a disconnect (PK_RESOURCE/PS_CLOSE) message to the form. If name not found on list, ignore, but still send disconnect message if NOTIFY is true. The call status is returned in STAT. *ERROR CODES* VI_SUCCESS - Job was on connected form list, it has been removed. VI_NOT_CONNECTED - Form job was not found on the connected form list, so no removal was needed. }