onJobDeleted( )


Notes:

Triggered when a job is terminated.

Permissions
Data Mover Manage Jobs
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: JobDeletedEnvelope): void | Promise<void>

Did this help?