Hi all

I want to know when engine/designer stop working, then i do some clean up for my business. Is there any way to listen that event?

asked 16.12.2016 at 02:12

trungdv's gravatar image

trungdv
(suspended)
accept rate: 52%

edited 16.12.2016 at 02:14


You can register your own server extension. it does exactly what you need: ch.ivyteam.ivy.server.IServerExtension http://developer.axonivy.com/doc/latest/publicApi/index.html?ch/ivyteam/ivy/server/IServerExtension.html

Such an extension is typically registered via configuration/extension/ivy.extensions file. Or via plugin.xml if you provide your start/stop code as OSGI bundle.

link

answered 16.12.2016 at 09:01

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

thanks, and it also work for designer?

(16.12.2016 at 09:39) trungdv trungdv's gravatar image

yes, of course

(16.12.2016 at 09:56) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147

Asked: 16.12.2016 at 02:12

Seen: 1,002 times

Last updated: 16.12.2016 at 09:56