Hitachi

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


KNAX6161-I

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

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

  • Function and job definition script were terminated by executing the exit command in the function.

  • Function and job definition script were terminated by executing the exec command in the function.

  • In Windows, the function was terminated when the return command was executed in the action of the trap command 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.