Cluster.createWorkManager()

Signature

void createWorkManager(String name, int threadPool)

Domain

ACTION, CONDITION, QUERY

Description

Creates a work manager to schedule background jobs

Parameters

NameTypeDescription
nameStringA unique name to identify the thread pool
threadPoolintSpecify the number of threads in the pool

Returns

TypeDescription
void

Cautions

none