Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A management hook script is executed by the server after a server management operation is completed.

  • The event will contain data if the server management operation succeeded or failed.

  • Keeping with the hook design, if one management hook is rejected, the other management hooks with a higher order value will not run.  A reject, will not revert the change.
  • If the management hook script encounters an unexpected error causing an unhandled exception, or times out due to the hook's alarm setting, the hook will act similar to a pbs.event().reject().

...