C Error Messages

TASK Errors

400
Task functionality not available or unable to start task.
401
Specified TASKID not a task.
402
Specified TASKID not a secondary task or not available.
403
Executing task is not a primary task or currently in background.
413
Protection violation in SEND SIGNAL# statement.
The error codes have different meanings for the REQUEST #, ATTACH #, and DETACH statements. The error numbers in the table are execution errors caused by unsuccessful commands with no optional result parameter. The result column in the table is the returned status indicating the outcome of the command.

REQUEST # Statement
Error number Result Description
none0Ownership granted.
4002Task functionality not available, or unable to start process.
4011Specified TASKID not a valid task.
4022Specified TASKID not a secondary task or
  already owned by another user.
4033Executing task is not a primary task.

ATTACH # Statement
Error number Result Description
none0Attach initiated.
4001Task functionality not available.
4011Specified TASKID not a valid task.
4022Specified TASKID not owned by executing task.
4033Executing task not a primary task, or currently in background.

DETACH Statement
Error number Result Description
4033The terminal is busy transferring files.


Eloquence Language Manual - 19 DEC 2002