post

send a jbs script to the stack

 

Use this, if you want to execute the function/script after current event

Example: It is not good to close window in item changed event

Arguments: the script.

 

window.post(
   window.close();

 }