Skip to content

Home > @idealeap/pipeline > ExecutorConfig > afterExecute

ExecutorConfig.afterExecute property

Signature:

typescript
afterExecute?: (result: any, code: string, error?: Error) => void;
afterExecute?: (result: any, code: string, error?: Error) => void;

Released under the MIT License.