Learn R Programming

batchtools (version 0.9.17)

syncRegistry: Synchronize the Registry

Description

Parses update files written by the slaves to the file system and updates the internal data base.

Usage

syncRegistry(reg = getDefaultRegistry())

Value

[logical(1)]: TRUE if the state has changed, FALSE otherwise.

Arguments

reg

[Registry]
Registry. If not explicitly passed, uses the default registry (see setDefaultRegistry).

See Also

Other Registry: clearRegistry(), getDefaultRegistry(), loadRegistry(), makeRegistry(), removeRegistry(), saveRegistry(), sweepRegistry()