touchstone.touchstonemetadataargs.onautorunend
Home > @pebula/touchstone > TouchStoneMetadataArgs > onAutoRunEnd
TouchStoneMetadataArgs.onAutoRunEnd property
The action to when auto run (manualRun is not true) has finished.
- processExit: Exist the process - ignore: Do nothing - Function: Invoke a handler function
processExist
Signature:
onAutoRunEnd?: 'processExit' | 'ignore' | ((err?: Error) => void);