onTaskUpdated( )


An event that triggers when a task is updated.

The onTaskUpdated() event handler runs when a task is updated. The received TaskUpdated object contains information about the task that was updated.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventTaskUpdated

Information about the task that was updated and metadata for the event.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?