public BatchCallback(BatchStepType stepType, Func <Batch, MapDocument, Task> callback) { _callback = callback; StepType = stepType; }
public BatchProcess(BatchStepType stepType, string process, string arguments) { Process = process; Arguments = arguments; StepType = stepType; }