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.

Did this help?