destroyInstanceObject {distcomp}R Documentation

Destroy an instance object given its identifier

Description

The function destroyInstanceObject deletes an object associated with the instanceId. This is typically done after a computation completes and results have been obtained.

Usage

destroyInstanceObject(instanceId)

Arguments

instanceId

the id of the object to destroy

Value

TRUE if everything goes well

See Also

createWorkerInstance()


[Package distcomp version 1.3-3 Index]