command_line


Description:

public virtual signal int command_line (ApplicationCommandLine command_line)

The command_line signal is emitted on the primary instance when a commandline is not handled locally.

See run and the ApplicationCommandLine documentation for more information.

Parameters:

command_line

a ApplicationCommandLine representing the passed commandline

Returns:

An integer that is set as the exit status for the calling process. See set_exit_status.