completed


Description:

public virtual signal void completed (bool arg_success, string arg_message)

On the client-side, this signal is emitted whenever the D-Bus signal "Completed" is received.

On the service-side, this signal can be used with e.g. emit_by_name to make the object emit the D-Bus signal.

Parameters:

arg_success

Argument.

arg_message

Argument.