CreateOptions.setExecute

void setExecute(string cmd) @safe

Sets 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

cmdcommand string to execute (empty string disables the hook)