dsnapshot.process

Members

Classes

ProcessException
class ProcessException
Undocumented in source.

Functions

executeLog
auto executeLog(const(string)[] cmd_, Args args)

Blocks until finished.

spawnProcessLog
auto spawnProcessLog(const(string)[] cmd_, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
spawnProcessLog
auto spawnProcessLog(string[] cmd_, Args args)

Imports

Flag (from std.typecons)
public import std.typecons : Flag, Yes;
Undocumented in source.
Yes (from std.typecons)
public import std.typecons : Flag, Yes;
Undocumented in source.
wait (from std.process)
public import std.process : wait;
Undocumented in source.

Structs

WrapPid
struct WrapPid(Flag!"throwOnFailure" throw_)
Undocumented in source.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)