DesktopAction.start - multiple declarations

Function DesktopAction.start

Start this action with provided urls.

void start (
  scope const(string)[] urls,
  string locale = null
) @safe const;

Throws

ProcessException on failure to start the process. DesktopExecException if exec string is invalid.

See Also

execValue, spawnApplication

Function DesktopAction.start

ditto, but using a single url

void start (
  string url,
  string locale
) @safe const;

Function DesktopAction.start

ditto, but without any urls.

void start (
  string locale = null
) @safe const;