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
nameStringA unique name to identify the thread pool.

Returns

TypeDescription
void

Cautions

none