Cogs.Core
Public Attributes | List of all members
Cogs::Core::Batch Struct Reference

Public Attributes

std::string source
 Path of the batch script.
 
std::string destination
 Destination in batch script.
 
std::vector< BatchSourceDestinationsources
 All source/destination pairs.
 
std::vector< BatchCommandcommands
 list of commands to execute for each file.
 
std::vector< BatchCommandpost
 
PropertyStore properties
 

Detailed Description

Definition at line 102 of file Batch.cpp.

Member Data Documentation

◆ commands

std::vector<BatchCommand> Cogs::Core::Batch::commands

list of commands to execute for each file.

Definition at line 113 of file Batch.cpp.

◆ destination

std::string Cogs::Core::Batch::destination

Destination in batch script.

Definition at line 107 of file Batch.cpp.

◆ post

std::vector<BatchCommand> Cogs::Core::Batch::post

Definition at line 115 of file Batch.cpp.

◆ properties

PropertyStore Cogs::Core::Batch::properties

Definition at line 117 of file Batch.cpp.

◆ source

std::string Cogs::Core::Batch::source

Path of the batch script.

Definition at line 105 of file Batch.cpp.

◆ sources

std::vector<BatchSourceDestination> Cogs::Core::Batch::sources

All source/destination pairs.

Definition at line 110 of file Batch.cpp.


The documentation for this struct was generated from the following file: