The CreateProcessFormHandler has the following pre and post methods:

Method

Function

preCreateProcess

Empty method that is executed before the handleCreateProcess method. Define this method when you subclass CreateProcessFormhandler and you require a new method that is executed immediately before handleCreateProcess.

postCreateProcess

Empty method that is executed after the handleCreateProcess method. Define this method when you subclass CreateProcessFormhandler and you require a new method that is executed immediately after handleCreateProcess.