Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

The SKIPERROR directive turns off error handling for script attributes when an error may appear from the acted-upon device, potentially preventing further job execution. You may issue SKIPERROR: on for one part of a script, thereby disabling error handling, and re-enable error handling again by issuing a second SKIPERROR: off directive.
SKIPERROR can be used in Action-Command attributes and Trigger-Command attributes.

Example

  1. Turn off error handling SKIPERROR: on
    <further script execution here>

  2. Turn error handling back on SKIPERROR: off
  • No labels