Hitachi

JP1 Version 11 JP1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide 


KNAX6583-E

Execution of the function (function-name, functionality-name) was interrupted.

The function that was executed by the function indicated with function-name was interrupted due to the following causes:

  • The job controller received a signal while the function was being executed and the job controller terminated with an error.

  • The job controller terminated with an error when the job controller immediately terminates the process with TerminateProcess while the function was being executed.

  • The job controller received a control signal while the function was being executed and the job controller terminated with an error.

  • An error occurred in a special built-in command in a function, or an error occurred in the function that does not allow the job controller to continue processing. This does not include errors of the typeset command, or errors of the return command executed in the function or in an external script.

  • The job definition script was terminated by the kill command of the CUI debugger while the function was being executed.

  • Debug was terminated by the quit command of the CUI debugger while the function was being executed.

  • Debug was paused by the GUI debugger while the function was being executed.

function-name

The name of the function that is executed.

functionality-name

Either of the following is output as the name of the functionality that executed the function.

  • For the command substitution: Command substitution

  • For an action of the trap command: Action of the trap command

(S)

Interrupt processing.

(O)

If execution of a function is interrupted due to an error, remove the failure and re-execute the command.