Learn R Programming

distcomp (version 1.3-3)

destroyInstanceObject: 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)

Value

TRUE if everything goes well

Arguments

instanceId

the id of the object to destroy

See Also

createWorkerInstance()