OWNJOB
======
* Compatible with QDOS, Minerva and SMSQ/E (in theory)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Set a job to be "owned" by another job
*
* Usage:
*
* er = OWNJOB(<target_job_ID>[, <owner_ID>])
* where
*
* er = return error code, eg
* invalid job: either of the IDs given is invalid, or target = 0
* already exists: the job is already owned by another job than 0!
* not complete: cant own owner!
* in use: both jobs have the same ID
*
* target_job_ID is the target job's ID in full or -1
*
* owner_ID (optional, default is me) ID of proposed owner job or -1
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* Use with extreme care! as this is not an "authorised" action! *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
This command was developed as a workaround to the limitation of the EXEP/FEP
and ET/FET commands that dont have the _M option, as EX/FEX do. Other uses
for this command have not been thoroughly tested! They may work..
Program Status
==============
* V0.01, pjw, 2022 Jan 03
Conditions of use and DISCLAIMER as per Knoware.no
QL Software
