Skip to main content

filter_status

Prints a formatted progress message to the standard output based on the provided state, body, and additional keyword arguments.

def filter_status(
state: string,
body: string,
message: string,
**kwargs: dict
) - > null

Prints a formatted progress message to the console to track the state of a moving operation.

Parameters

NameTypeDescription
statestringThe current operational state or phase to be displayed in the progress message
bodystringThe primary content or identifier associated with the progress update
messagestringAn additional descriptive message regarding the status update
**kwargsdictAdditional keyword arguments used to populate the progress format string

Returns

TypeDescription
nullNothing is returned; the output is sent directly to stdout.