
|
If you were logged in you would be able to see more operations.
|
|
|
Moodle
MDL-10107
Created: 19/Jun/07 09:59 AM
Updated: 19/Jun/07 11:29 AM
|
|
| Component/s: |
Messages
|
| Affects Version/s: |
1.9
|
| Fix Version/s: |
None
|
|
|
While replacing the email_to_user I had a problem:
I need to know if an event call failed or not (cron status report, etc) but events_trigger only gives me the number of failed events.
How can I make events_triger report if it failed for the called event?
|
|
Description
|
While replacing the email_to_user I had a problem:
I need to know if an event call failed or not (cron status report, etc) but events_trigger only gives me the number of failed events.
How can I make events_triger report if it failed for the called event?
|
Show » |
|
Just check that the returned number of failed 'instant' events is zero, that should be enough.