return execute( new ShootCommand( saveTo, shotAttempts, dest ) );
}
public File[] shoot( final EdsSaveTo saveTo, final int shotAttempts,
final File[] dest, final boolean appendFileExtension ) {
return executeNow( new ShootCommand( saveTo, shotAttempts, dest, appendFileExtension ) );
}