CreateOptions.setExecute
void setExecute(string cmd) @safeSets the execute hook command for slice completion.
The command is executed after each slice is completed during archive creation. This is useful for notifications, cloud uploads, or other post-processing tasks.
Parameters
cmd | command string to execute (empty string disables the hook) |