CreateJob (open)
Creates a new job. SUPER rights are required.
Syntax
LOADLIB "wh::ipc.whlib";
RECORD FUNCTION CreateJob(STRING script)Parameters
STRING scriptScript to run
Return value
RECORDJob creation result
errorsList of errors.
jobJob object, if it doesn't exist some errors have occurred.
warningsList of warnings.