Cluster.stopWorkManager()

Signature

void stopWorkManager(String name)

Domain

action, condition, query

Description

Shuts down the work manager. This call will wait for all the current jobs to finish

Parameters

NameTypeDescription
nameAunique name to identify the thread pool

Returns

None.

Cautions

none