Struct amfnbatchlib::batch::elem_batch::ElemBatch [−]
pub struct ElemBatch { /* fields omitted */ }The batch structure.
Implementations
impl ElemBatch
impl ElemBatchThe batch implementation.
pub fn new(
name_param: &str,
group_param: &str,
locale_param: &str,
enabled_param: bool,
actions_param: Vec<ElemBatchAction>,
inputs_param: Vec<ElemBatchIO>,
outputs_param: Vec<ElemBatchIO>
) -> ElemBatch
pub fn new(
name_param: &str,
group_param: &str,
locale_param: &str,
enabled_param: bool,
actions_param: Vec<ElemBatchAction>,
inputs_param: Vec<ElemBatchIO>,
outputs_param: Vec<ElemBatchIO>
) -> ElemBatchCreate a new object.
Arguments
name_param- Name of the batch.group_param- Optional group of the batch.locale_param- User locale of the batch.enabled_param- Enabled for execution.actions_param- Actions of the batch.inputs_param- Inputs of the batch.outputs_param- Outputs of the batch.
Return
- See description.
pub fn actions(&self) -> &Vec<ElemBatchAction>
pub fn actions(&self) -> &Vec<ElemBatchAction>pub fn inputs(&self) -> &Vec<ElemBatchIO>
pub fn inputs(&self) -> &Vec<ElemBatchIO>pub fn outputs(&self) -> &Vec<ElemBatchIO>
pub fn outputs(&self) -> &Vec<ElemBatchIO>