Stop run after a certain CPU time

There may be some times when you want to limit the CPU time so that the job stops even if all the events demanded have not run. To do it you can use the user action /gamos/userAction GmStopRunAfterTimeUA. The time is limited with the paremeter:

/gamos/setParam USER_ACTION_NAME:Time TIME

In fact, the time is only checked after each event, so you may find that the time it actually stops is bigger than what you demanded.