liststring_conversion_async#

async static FredHelpers.liststring_conversion_async(param)[source]#

Helper method to convert a list of strings to a semicolon-separated string asynchronously.

Parameters:

param (list[str]) – List of strings to convert.

Returns:

Semicolon-separated string.

Return type:

str

Raises:

ValueError – If param is not a list of strings.