Resume Simulations

Allows resuming multiple simulations.

Arguments Description

ecu_list (list[str], optional): list of ecus for simulations to be resumed

Returns

bool: True if there is no problem appearing while executing the function. False otherwise.

Example

${ecu_list}= Create List ${EcuName1} ${EcuName2}
Resume Simulations ${ecu_list}