EventDriverProcesses.releaseRef

Decrements the reference count of the given resource.

Once the reference count reaches zero, all associated resources will be freed and the resource descriptor gets invalidated. This will not kill the sub-process, nor "detach" it.

interface EventDriverProcesses
@safe nothrow
bool
releaseRef

Return Value

Type: bool

Returns false iff the last reference was removed by this call.

Passing an invalid handle will result in a return value of true.

Meta